So, if I understand you correctly - even if I could get the pcode to compile, it probably wouldn't run because I don't have the IC version that matches it?...
I'm starting a new thread 'cause I think I'm covering new ground now. I stepped back and stopped thinking about the problem for a bit, then came back and tried...
Scott, Sounds to me like you are back on track. I would have to remove the IR sensor from my handyboard to test you setup. There is one recurring mantra we use...
Hello everyone, I recently got a handyboard v1.21 and a cmucam2. I have searched the internet and read most of the related posts in your group (very helpful!)....
I have a doubt about com port ,I have a 9DB(9 pin) com Port where as the com port in handy board schematic is a 25DB(25 pin)Connector so I used a 25DB to 9DB...
it is a serial port, but 25 pin not 9... so you have to get a serial cable 25 pin on one side and 9 pin in the other, to be able to connect it to your pc...
A printer port is a parallel port... Completely different technology from a serial port... Don't try to plug devices expecting one into the other. Some...
Okay - if it's not one thing it's another. I've been banging my head on this for a week. When I run the HBTEST.IC program and look at the digital inputs, I...
Scott, you don't mention whether you are using the quad encoder drivers in the files section of this board, or the encoder routines distributed with IC. The...
Oops, that would be pertinent info...I'm using the quad encoder drivers in simple mode on digital inputs 7 and 8 (channels 0 and 1). I double-checked that the...
Hello, Printing to the LCD seems pretty straightforward on the Handyboard but I have't seen any commands to set the cursor position. Ideally i'd at least like...
Hello, Has anyone here already used an LM34 or LM35 temperature sensor with the Handyboard? If so, how did it work out and did you need anything special to...
Hello, Has anyone here already used an LM34 or LM35 temperature sensor with the Handyboard? If so, how did it work out and did you need anything special to...
I think that a newline will force the cursor to move down. I had a couple of routines that maintain a status display by basically redrawing the whole lcd...
... Hmm, every time I use the newline it seems to clear the whole screen. I was looking to see if I can specify a cursor position of the beginning of the...
... My Handyboard didn't have the thumbwheel installed so I just installed an LM34 sensor in there. So far it seems to work and i'm getting readings from the ...
I haven't seen that documentation for the Handyboard. It doesn't seem to work in the simulator but I can try that on a real Handyboard this evening. If it...
Does anyone have any examples to detect ambient sound levels with the Handyboard? It looks like the one used on the Rug Warrior board may if the 47K pull-up...
I tried it on a Handy Board (using IC 8) and the display showed 4d so I don't think that is supported in IC. If there isn't a way to do it I may just figure...
I haven't see any examples yet but wanted to find out if you can define and use an array of pointers. I have quite a few variable length text strings (char...
... I didn't know if it was already available and had just overlooked it in the IC manual. I've got a work around so it's not a problem. I was just looking...
I haven't hit any limits yet but was wondering what is the size of the largest program I can download to the Handy Board. Once I download my program is there...
I think the maximum user program size is around 16K. The actual limit varies slightly by IC release. I think when you get to a program that is too big it will...
... If you haven't figured this out yet I may have an explanation as to what may be the problem. I've been using the qencoders.icb which uses digital 10,11 and...
Hello, I'm looking for some examples to covert one data type to another. In one example I see that you can convert an int to a float by: int var; float var1; ...
At 08:34 PM 3/18/2008, you wrote: This was close and does work in most C compilers that have automatic casting of numeric types, but in IC all numerics need to...