My bx24-p worked well the first time I used it. I downloaded the "Hello World" program. Now I can't download a new program anymore, all I got is: "Unable to...
... fine, but when I use a 7v adapter... That certainly suggests a power problem. One thing to determine is that the seven-volt adapter delivers seven volts;...
I have an 8-pin regulator with reads "51A PEIA" But even with the 9V or 12V regulator I can't download a new program. That's the main problem. Can you suggest...
I did and it was ok, at High it was 7V (ok is 3 to 15V) and at Low it was -7 (ok is 0 to -15V), so it is Ok. Anyway the manual does not say what to do if this...
Hi, You did not mention why you want to use the 7 volt adapter if it's running OKAY with the 9V or the 12 V adapter. Here are some checks that you can use to...
Yes I did. I have to mention that I tell you about the 7V adapter problem just because, maybe, the download problem is related to it. but I have an 9V adpater....
Hi, Double check the cable but this time check the cable resistance directly from the processor pin 1,2,3 and 4 to the computer cable connector. This will...
Hello mates I'm a teacher at a technical high-school. I'd like to develop some small basicX projects with my students I'm looking for keypads, LCDs, and...
Hi David, have you looked at Peter Anderson's site? <http://www.phanderson.com/> He teaches also, and sells parts and kits for the BX-24, PicAxe and other...
... sensors to use in classes ... simplicity-of-use? ... www.robotshop.ca is excellent for kinda stufff for education stuff id recommend www.parallax.com but...
Hi to all My name is George and I'm new with bx24. My question is: Who knows were can I download an example of code for implement into bx24 the modbus...
Problem solved! As I said, the problem was related to the power supply. I used another 12V power adapter and now I can download any program seamless. But if I ...
... sensors to use in classes Hi David, I think Robodyssey Systems (www.robodyssey.com) is a fantastic source for all your BX-24 and robotics needs. They are...
Are you using a mother board with a regulator on it or external regulator?? If so check your regulator model to see what the min. input voltage is. Some of...
Hi Ok After lots of coding iv run into a problem. Public Sub Random_Stat() 'Call Randomize Result1 = (Rnd / 100.00000E-03) Call Random_Sound_Stat Call...
... The Fix() function will do what you want. For an input >=0.0 and <10.0, Fix will yield a floating point whole number between 0 and 9. If you really want...
Hello, I recently bought a LCDX. (BasicX, Display, and Keypad all in one) Although my project is going well, I'm finding the user interface part of coding to...
I know it sounds stupid, but, yes, I am having trouble printing some data to the PC's screen. No, I am not a newbie. My students and I have been working on...
Dear Chris, I am not sure about that 'cause I don't know exactly your code, but It looks to me that your firmware could be complex enough to get too close to...
... compatible with the basicX24 SERVOS06 ? The Parallax servo Full rotation is really a custom made Hitachi servo that is compatible with all Hitachi servo...
Thanks for your message, Fabrizio. I was thinking the same thing -- that my problem is memory related. However, the program's MAP file tells me I am nowhere...
... The symptoms certainly sound like you're crashing the stack, Chris. In the past when I've apparently run out of stack, the first thing I've done is look to...
Although it does sound like the Stack and the Heap are colliding, perhaps the application is hanging not from memory problems, but from communications...
... immediately if the queue cannot accept more data... No, that's not correct. PutQueueStr will wait until sufficient queue space is available for its...