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 multiuserfix39; 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...
I am new to SPI and am trying to connect a BX24 to a DS1305 RTC and am having trouble getting the CE to function active high. If I understand SPI on the BX24...
... word should be 0... I believe the hardware SPI /SS pin must always be active-low; there is no published internal option to make it active-high that I'm...
Hi all I am using visual basic to program a Microctroller . This Microcontroller has an excel embedded graphics link to it. If I make changes on my Visual...
What? Probably if it is Tuesday. Which Microcontroller? Which language package? There are explicit reasons why things happen in a microcontroller system which...
Hello, I would like to monitor the output of a BasicX24 and 35 using a stand-alone external Bluetooth device connected to a 9-pin serial port. This serial port...
... You'll need a Bluetooth module that will accept and produce inverted TTL logic. I suspect that shopping Sparkfun and similar sites will find some options...
Thanks for your answer. I failed to mention that the BX35 has the hex inverter as described in its application notes. The BX24 does not need to be inverted. ...
Flyer, I use an AirCable Serial 5x with a PicStick3 running on 5v. levels. I think I have also used it with the BX-24 but that was a while back. A great little...
Hello, I would like to know if the BasicX Programming Environment will be updated to work properly with Windows 8. The environment options in the BasicX editor...
... One probably should not count on any upcoming changes to the BasicX IDE; it's been a long time since the last update. I can't help with Windows 8, but the...