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...
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...
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 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'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 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'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'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) =...
I have been trying to put and retrieve data into the LCDX Eeprom. I have looked at many examples, guides and programs for doing that. I have tried the Put/Get...
I'm trying to move the cursor & clear the screen on this serial LCD I got: http://www.sparkfun.com/products/9396 I've found that chr(8) backs the cursor up one...
I am working on a t-stat and am having an issue with the ADC on a BX24. It is reading about 0.5 V high. My ckt is a 1 mA current source and a PTC diode....
I am trying to use my BX24 as a serial data parser. I know exactly what RS232 data I will be getting, its a 28 byte message 10 times a second. I have a small...
I would like to use the WatchDog Reset feature of the LCDX BX35/Atmel AT90S8535 processor. According to the available pdf documents online at Atmel web site: ...
I need the SSR outputs of the BasicX LCDX module to remain off during powerup. Is there any way to configure the BX35 so the ULN2803A outputs do not sink on...
Hello Tom: Appreciate your help. I followed your last suggestion to the letter. However, when I loaded the LCDX Demo program into the editor, first of all I...
Hello Group I am building a timer and am using long wires to connect the finish lanes to the Basicx (Max 1000' of Cat5). Nothing but problems so far. With...
I received the LCDX in the mail about a week ago. After careful research I chosed the LCDX because I didn't have the time to write and troubleshoot low level...
Hi, can someone tell me why this does not work? I looked with a scope to pin 5 and did not see any signal on that pin. Is maybe pin 5 not a DAC pin? I can't...
I'm working on a robotics project involving a couple of stacks with two BX24s. Going through the code trying to understand what is going on, I stumbled with...
I recently purchased the LCDX with Development Kit. Would someone suggest a 4 pin connector with attached wires for the Analog 6, 7, 8 Inputs and Gnd? Also a...
I am new to microcontrollers. I have installed the BasicX software on my laptop to C:\Program Files (x86)\BasicX as suggested by the install program. Yet...
I have been trying to find a way to format data type single data so that when I write it to the LCDX 4x20 LCD, only two decimal places are displayed. One...
Hi, are the BX35 (ATMEGA8535) preflashed with some code so they work with the programming software, just i love the software but want to use 2x PLCC44...
Please post a bit more info about your excellent website when posting here, I almost didn't open it as I thought it might be spam......I just decided to risk...
I was just reading the specs for the BX-24p. The available RAM is 400 bytes. What does this mean? Is this the space that is used for declared variables? Is it...
My first attampt at multitasking with BasicX and I think I killed a BX24. When I loaded and ran my program the display went nuts and now I can't get the BX24...