BasicX
ChrisW - May 3 2012
What events could cause the BasicX uC to reset itself, and run again from the beginning?
------------------------------------
... 
ChrisW - May 2 2012
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 characters on the ... 
ChrisW - May 2 2012
Are there documented errors in how subroutines work in BasicX chips? I've been working on a problem involving serial transmission which doesn't seem to be working correctly. I cu... 
martinrooyakkers - May 1 2012
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 I am just getting ba... 
martinrooyakkers - Mar 5 2012
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 your description of it... 
Dragonfly - Feb 2 2012
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. It behaves this way in... 
jpicciri - Dec 10 2011
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, where do they go, how ... 
ChrisW - Nov 28 2011
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. I have to shut bot... 
ChrisW - Nov 28 2011
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 reset?
-------------... 
ChrisW - Nov 13 2011
I'm trying to write a program which uses menus. I'd like to make an array of menu choices, such as:
dim men(1..4) as string
men(1) = "Menu choice 1"
men(2) = "Menu choice 2... 
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
next