Search the web
Sign In
New User? Sign Up
handyboard · Handy Board
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4799 - 4830 of 5978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4799
Hi, I am working on connecting MC68hc11 and CM02 which is an i2c RF device. Does anyone has idea how to connect it. Thanks. Nizar....
nizarkhetani
Offline Send Email
Nov 1, 2006
6:48 pm
4800
Hi, I am working on connecting MC68hc11 and CM02 which is an i2c RF device. Does anyone has idea how to connect it. Thanks. Nizar....
nizarkhetani
Offline Send Email
Nov 1, 2006
6:51 pm
4801
You know how when there's a problem, you know the fix is something right in your face but you just can't identify it? Well turns out that the "switch" on the...
italidonian
Offline Send Email
Nov 4, 2006
2:18 pm
4802
Here is an .asm file I am having trouble assembling (I am using notepad as the editor, and am using DOS emulator on windows xp): org $8000 ;define program...
nlathers
Offline Send Email
Nov 6, 2006
2:53 am
4803
You need a tab (or space char) at the beginning of each line that is NOT a label. Fred...
Fred G. Martin
fgmartin
Offline Send Email
Nov 6, 2006
3:01 am
4804
Dr Martin's response is exactly correct. You might want to find a copy of his book "Introduction to 6811 Programming". This web site has much of the pertinent...
Jim Peterson
jcpjimcp
Offline Send Email
Nov 6, 2006
5:11 am
4805
... Defining the address of the start of the program will make producing a .icb quite difficult, as the process involves making the program with two different...
Triffid Hunter
triffid_hunter
Offline Send Email
Nov 6, 2006
3:57 pm
4807
After changing the .asm file per suggestion, I created the .icb file. I had to manually type in each command in as11_ic.bat, since apparently the supplied...
nlathers
Offline Send Email
Nov 6, 2006
11:06 pm
4808
... gcc.exe and tradcpp0.exe from MinGW work fine. The ones supplied in the zip are made for win98 or something and segfault under xp....
Triffid Hunter
triffid_hunter
Offline Send Email
Nov 6, 2006
11:21 pm
4809
the batch file uses the flag -DMAIN_START=[value] when running gcc..which is run twice, to give two different addresses. Let me try the new .icb file that was...
nlathers
Offline Send Email
Nov 6, 2006
11:32 pm
4810
The program simply doubles a number sent to it, and is supposed to print the result to the LED screen. The icb source (asm) is: ORG $8000 subroutine_double: ...
nlathers
Offline Send Email
Nov 7, 2006
4:01 pm
4811
... Why are you specifying a memory location? IC works out a suitable location for you when you load the icb, and specifying a location will mess up relocation...
Triffid Hunter
triffid_hunter
Offline Send Email
Nov 7, 2006
9:05 pm
4812
... location ... up ... moment) ... I got the program to work correctly when I used the method someone posted back in September - now the LCD screen says...
nlathers
Offline Send Email
Nov 7, 2006
11:53 pm
4813
... I know how to make icb files. I was commenting on the fact that there's nothing to prevent the main() function ending. main() should contain an infinite...
Triffid Hunter
triffid_hunter
Offline Send Email
Nov 8, 2006
12:46 am
4815
i have the same problem. Are there someone could help us?...
wangxiaoming523
Offline Send Email
Nov 10, 2006
9:27 pm
4816
Hello all, hat someone experience with connecting handyboard and bruschless motor? i have bought a speed controler for the bruschless. thank you xiaoming...
wangxiaoming523
Offline Send Email
Nov 10, 2006
9:41 pm
4817
Hey everyone, I'm having this problem with Interactive C where when I open the program to edit some code that i'm working on, I can only open the program once,...
italidonian
Offline Send Email
Nov 14, 2006
7:21 pm
4818
I don't understand exactly what you mean. does the IDE freeze? the Handyboard? What host OS are you using? and where exactly are you downloading your IC...
jimcp@...
jcpjimcp
Offline Send Email
Nov 14, 2006
8:17 pm
4819 Jim Peterson
jcpjimcp
Offline Send Email
Nov 14, 2006
8:30 pm
4820
I mean the program IC freezes. The handyboard is fine, but if we need to open up IC other than once, the gui freezes and we have to restart. We're using XP,...
italidonian
Offline Send Email
Nov 15, 2006
12:46 am
4821
Hello everyone,I'm a newbie to this board. I am from Montreal Canada, a student from Concordia University. I'm trying to work on a handyboard with...
...what for?
acc4899679
Offline Send Email
Nov 15, 2006
2:27 am
4822
there are some constructs involving arrays that can be a problem. Can you post your code so we can see of the problem is reproducible? thanks, Jim...
Jim Peterson
jcpjimcp
Offline Send Email
Nov 15, 2006
6:06 am
4823
sir, i have designed a robot i am almost at the verge of sucess ...i have used two 6v steper motors for its motion and it s controlled by an IR remote...
biju2k5
Offline Send Email
Nov 15, 2006
8:51 am
4824
Hey, I saw something a while back about someone building their own color sensor. I can't remember who it was, or where I found it, but if I remember correctly...
Eric Kincl
hobadee
Offline Send Email
Nov 15, 2006
9:36 am
4825
you are talking about the Mini Board. information is archived at: http://www.cs.uml.edu/~fredm/cher/projects/miniboard/ Fred...
Fred G. Martin
fgmartin
Offline Send Email
Nov 15, 2006
11:12 am
4826
Here's the code. Basically we're sending data from the computer to the handyboard in order to pass co-ordinates (sending 6 co-ordinate values, 1 character at a...
italidonian
Offline Send Email
Nov 15, 2006
5:12 pm
4827
The IC console communicates with the Handyboard firmware using serial IO. Your program does not have any mechanism to determine when it is appropriate to start...
Jim Peterson
jcpjimcp
Offline Send Email
Nov 16, 2006
7:25 pm
4828
So I'm having a bit of a problem, I'm trying to set interrupts on the serial port but I need to take the asm files I've written and convert them to .icb files...
miantorn
Offline Send Email
Nov 16, 2006
10:16 pm
4829
... the gcc.exe and tradcpp0.exe from MinGW works in XP, whereas the one provided in the zip doesn't because it's too old you can also check out...
Triffid Hunter
triffid_hunter
Offline Send Email
Nov 17, 2006
12:08 am
4830
I'm still really confused, I tried downloading the files you said, and I don't really know how to use them. If you could give me some simple instructions to...
miantorn
Offline Send Email
Nov 17, 2006
7:23 pm
Messages 4799 - 4830 of 5978   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help