I'm having issues with the BX-24 resetting when I send data through Com3. I've run a similar program with no issues. What conditions could cause the uC to...
I have two BX-24s communicating with each other, and one seems to be drawing power through the serial comm pin even when I kill the main power with the switch....
It's been a while, how do I use COM1 for Tx/Rx. I know I can send strings with debug.print (is there another way also?). How are incoming strings received,...
I have not been able to install the compiler on Windows 7 64-bit. The installer program window appears but does not draw anything other than the title bar....
In the past week I have read many messages about not being able to upload a program to the bx24 via the rs232. I tinkered with bx24 about 6 to 5 years ago and...
... The Basic-X IDE should set the Download rate to 19200, and that is not a changeable option; the Monitor rate in the IDE can be changed to whatever your...
... rs232 as is shown in the book 'Physical Computing'. I don't have Tom's book, so it's not clear to me what you mean. The IDE is the Basic-X development...
I'm sorry, my mistake. Yes I am using the IDE basicx. I meant I am not using the netmedia development board. I did not realize that basicx ide was supposed...
I spoke too soon. Although the BX24 communicates its' Hello World to BasicX IDE to which I celebrated, I am at wits end trying to upload a program to it or...
Hi, Try to jumper together at the computer end 678 or at the BX24 end. If you do not connected these wire the computer port will hanged. These pins are not...
Seems reasonable Rosarite, but I don't believe there is any form of flow control involved. Doesn't BasicX IDE commuicate with the BX24 as BX24 protocol...
Hi, The BX24 only used 4 lines TX,RX,Reset and the ground. The others needs to be wired so the computer see the port ready to send or to received. I am out of...
Problem SOLVED. Execute the 'XP multiuserfix' which is a download on the same page as basicX. It is described as a fix so other users can use BasicX besides...
Do you realize the 'XP fix for Multi users' for basicX is required to be able to upload a program to the BX24? I spent considerable time and effort because...
I'm working on a project with an LCD which is connected to the normal serial pins. I've been working on it for a while, and when I download a program I can see...
... Apart from literally removing and replacing a programmed component on the BasicX module, you must establish communication with the module in order to...
... Exhausting RAM. I suggest the first thing to do when the machine's behavior appears inexplicable is to reduce RAM usage. Streamline code, be less...
I'm thinking that's probably what's going on. The subroutines I'm having trouble with worked fine before, and I know there isn't a power issue because I've...
Hi, You can reset the Micro by grounding the ATN pin 3. Check the ATN from the computer to see if the computer it is taking it to zero volts. Another...
bxdism is Mike Perks' superb Basic-X disassembler which produces a concise and thorough report of probable RAM usage by your project. Copy the bxdism.exe...
Sorry, forgot the link. http://rightime.com/tmp/bxdism.exe http://rightime.com/tmp/readme.txt There is surely a proper user document for bsdism but I can't...
Here is perhaps a better example of bxdism usage. Here, bxdism suggests that the Main task required eight bytes more than was available; it also shows...