Hey guys, you all have been very helpful for me and now I thought it would be good to show you what I'm building and ask again for some help on my scanner. I...
Two things, first, have you verified that the base serial works with a PC terminal program or something? Second, I think you may need to use a "modem...
I've heard of serial interfacing in the ole days referred to as a black art. Radio Shack us to sell a rs232 interface device that had leds on it would light to...
Hello, Just thought you might be interested in this subject, since so many folks online use Adsense these days. If not please accept my sincere apologies....
So Jim, you are suggesting switching the TX and RX lines like a null modem cable? I wanted to connect it to a computer but as you can see from the scanner...
Yes, the thing is you won't be able to use the same wiring to connect to both the PC and the Handyboard. Apparently the cable you have is correct for the PC...
We are using the interactive C program, and every time we use the sin, tan, atan functions we get weird results. For example sin(30) gives us -4188. does...
Based in the input value of 30 I am assuming you want the result in degrees. The IC trig functions are in radians. Also the trig functions all return float. So...
I have two boards of which when I download the firmware and software works great, all the functions and the LCD display work fine. However, when I turn the...
Hello,all I need to buy a new handyboard for my project ,I want to ask if the "MIT Handy Board" is good for me or not. First,Is there any serial interface to...
hey jim, I'm once again working on the scanner problem. I have made the cable with the two pins swapped and it still did not work. I plugged the other cable...
i am still building up the handyboard ,want to download ,it appears that "firmware download stopped",so the library can not downlaod,can you help me solve it ?...
Hi: I want to create a time frame after the sensor is activated, let's say 1 second. The handyboard will do a certain things within that time frame. If time is...
Hello, I have a Handy Board with Expansion Board. I notice there seem to be differences between the way to code for two servos on the standard board and the...
You don't mention how you are programming your handyboard. If you are using IC, what version? The current IC version 6 is designed for the handyboard with the...
... Sorry, I'm a little new to this. I'll read through that, thanks. I have v6.0. Luke __________________________________________________ Do You Yahoo!? ...
I made my own 16 servo extension for my handyboard. I'm not sure if the IC library does it the same way, but my code simply fires the next servo pulse whenever...
Hi everybody, I am new in here. I am working on a project to design a Graphical User Interface using Visual Basic 6 to communicate and control the handyboard. ...
The simple test is to run the hbtest.ic in the lib/handyboard directory, connect one or more of your servos and see if the 0-4000 range drives your servos...
Will you be writing your own firmware for the Handyboard? Or creating a fully compiled HC11 to download to the HC11? I don't thing there is a "standard" for...
at my handyboard page at http://funkmunch.net/hc11-ide/ I have a small bootstrap program that accepts s19 files verbatim at 1200 baud which may be extremely...
Hey everyone! Good news! My partner and I got the scanner to communicate last night! We changed the baud rate down to 300, kinda slow but we only need to...