Fellow List Members, I know this is really off topic but a MD friend of mine is trying to find a used (or new) HP5L laser printer in good condition. The...
3518
Jim Austin
mp_ctrl@...
Sep 2, 2000 2:06 am
Just bought some used BasicX dev boards. 1st question: When I download and run a program (Hello World) to the Internal 512, everything appears to 'download'...
3519
Jack Schoof
jschoof@...
Sep 2, 2000 3:50 am
We lock the chip after we write to it. There is nothing wrong with this message. This way if you program goes crazy, we have some hope of keeping your program...
3520
ImEric33@...
Sep 2, 2000 1:30 pm
I have one, I haven't used in in a while, I know it prints but the toner is orginal and am sure it doesn't have far to go. Eric...
3521
Jim Austin
mp_ctrl@...
Sep 2, 2000 5:29 pm
Thank you Jack :) Knew I could continue reprogramming it so nothing was wrong .. but had to ask .... There is no question 2 .. problem resolved. Figured if it...
3522
KenF@...
Sep 2, 2000 6:36 pm
Hi, All I'm trying to monitor a battery (12v) from BX24 ADC lines - question is how can I monitor 12V when the ADC lines only monitor 5v? Can I setup a split...
3523
Jack Schoof
jschoof@...
Sep 2, 2000 7:21 pm
Yes you can do this. I would recommend the addition of a 5.1V zener diode so as not to allow any voltage greater than 5.1 volts go into your ADC input. You...
3524
Brian Hayes
hayes023@...
Sep 2, 2000 7:22 pm
Has anyone successfully run the BasicX development environment on a DEC Alpha workstation running Windows NT. I am trying to run it with the FX!32 emulator...
3525
Schatzie Walton
jdwalton@...
Sep 2, 2000 10:45 pm
Since the BX24 is $49 and a comparator is less than a buck, consider connecting one input of a comparator to the regulated voltage from VRef on the BX24 and...
3526
David Emrich
dav_ucc@...
Sep 3, 2000 1:31 am
... Good idea, specially from that 60V random pulse generator that's loosely called a car electrical system! Some other options are: 1. Voltage condition...
3527
Dexton Rivers
dexton_rivers@...
Sep 3, 2000 5:53 am
Hi guys, thanks for all the help for the past few days. I have to apologise too....the problem i had with reading the pins was actually a circuit connection...
3528
KenF@...
Sep 3, 2000 8:31 am
Thankyou all for your suggestions. I like the idea of using a battery charge monitor. I'll have a look at the TI web site after posting this. What ICs are...
3529
mikey@...
Sep 3, 2000 3:07 pm
I have asked this before and gotten no answer, so I'll try it again: has anyone gotten this register to read anything but zero? The example given in the manual...
3530
mikey@...
Sep 3, 2000 3:07 pm
Since this command sends data out of Com1, I assume it must allocate a queue. Can anyone tell me how much of a queue it allocates? TIA -- m ...
3531
Dexton Rivers
dexton_rivers@...
Sep 3, 2000 4:25 pm
Just a question: since debug.print opens Com1, do you have to OpenSerialPort to use procedures like PutS ?? Thanks:) Dexton...
3532
JohnEly@...
Sep 3, 2000 5:38 pm
Hello, I had a BX-24 program that seemed to work fine. I added some parts of another program that was working fine. Now, things are not fine at all. During...
3533
Jon Hylands
jon@...
Sep 3, 2000 5:45 pm
... Dallas makes a few nice 1-wire battery monitors, some of them quite sophisticated. There's already a general Dallas 1-wire interface for the BX-24 in the...
3534
Jon Hylands
jon@...
Sep 3, 2000 5:48 pm
On Sun, 03 Sep 2000 16:24:59 -0000, "Dexton Rivers" ... Yes, you need to open Com1 for any functions in SerialPort.bas. debug.print is built-in, and hard-wired...
3535
Jon Hylands
jon@...
Sep 3, 2000 5:49 pm
... You might be doing that, or you might be having electrical problems. Are you spawning any tasks? If so, that's the first thing to check. Later, Jon ... Jon...
3536
Tony Brenke
trbrenke@...
Sep 3, 2000 6:29 pm
you can look at the mpp file and see what size it alacates. ... __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you...
3537
Steve
steve@...
Sep 3, 2000 6:49 pm
From my short experience....... It will be the code, something the compiler is not showing as an error but some thing the bx does not like. Try remarking out...
3538
Jack Schoof
jschoof@...
Sep 3, 2000 7:25 pm
There are no queues for Debug.print It is implemented as direct port writes to the hardware UART. Jack [Non-text portions of this message have been removed]...
3539
toddf@...
Sep 3, 2000 7:34 pm
... serial ports, works ... How are you downloading the code from a serial port? I thought the dev. board only supported a Parallel connection. Did you build a...
3540
herbst@...
Sep 3, 2000 10:22 pm
Hey All, Thanks for all your responses. I have posted a file in the file area, DS1620.bas which contains code for manipulating this chip via the BasicX-24. The...
3541
Tom Igoe
tom.igoe@...
Sep 4, 2000 1:31 am
... Could be you're sucking too much power from the regulator. What sensors or actuators is the BX-24 driving? -- -- Tom Igoe...
3542
David Emrich
dav_ucc@...
Sep 4, 2000 1:35 am
... To Jon: they're probably the ones we find in the SmartBatteries are they? To the OP: Also, for reference, the parts I was referring to in my post are from...
3543
basicx@egroups.com
Sep 4, 2000 2:49 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the basicx group. File : /BX24/LCDMOD.bas...
3544
Tomas Söderqvist
tomas_soderqvist@...
Sep 4, 2000 7:35 am
Hi ! Do somebody have a code example for interfacing with a g1216 lcd display from either basicx or basic stamp ? Help needed / ToS...
3545
KenF@...
Sep 4, 2000 10:12 am
David, Ive thought about that quite a bit, and think that a combi of dead reckoning and a pulsed IR beacon path should be able to guide it home. Once it...
3546
mikey@...
Sep 4, 2000 5:00 pm
Actually, no. There seems to be no enty associated with debug.print. Unless I'm looking in the wrong file? ... ************************************** Do not...