hello. Has anyone have a code for the memkey encoder with 4x4 keypad to a bx24? If so would you share your code? Anything offered will be appreciated....
Hello All, I'm new to hardware related programming but have some basic experience with programming in general. I am writing an interface to control an Audio...
I couldn't access your 5 .bas files to take a look for you. Any suggestions? Eric ... From: promixe2 To: basicx@yahoogroups.com Sent: Saturday, May 09, 2009...
Hey, ... 'This Sub coverts the integers into printable ASCII strings before sticking 'them in the outgoing serial queue (Com1_Out_Buffer) for uploading Sub...
hello fellows I posted a question last week about a source code for the memkey encoder... Unfortunatly I got no answer. On the archive I found a thread posted...
I couldn't access the files either. The first thing I would try to figure out is whether the BXChip is hanging and being reset... or if you are stuck in an...
I have these data sheets but is for Basic stamp II and I am a beginner on this kind of programming and is being hard to translate basic stamp to basic x. Can...
I have these data sheets but is for Basic stamp II and I am a beginner on this kind of programming and is being hard to translate basic stamp to basic x. Can...
I have a bx24 as well as a few basic stamps. I would like to use the bx24 on the BOE, if possible. Has anyone here ever used the bx24 on the BOE? If so is the...
I'm working on a project for a professor at the University of California, Irvine. Its a rehabilitative microcontroller Hand-Device for Stroke patients......
Your best bet is to find the original programmers code. Even if you could download the existing program from the chip it would not contain the comments and...
I use a BX24 on my Parallax board of education (BOE) regularly. I have two BOEs; 1 serial and 1 USB. The only problem I've run into is that the BX24 isn't...
Zack Jarrett
zack@...
May 19, 2009 4:00 pm
23081
That's goodm news. I'll have to try and play with it then.. Thank you ... From: Zack Jarrett <zack@...> Subject: Re: [BasicX] bx24 and board of...
Hello, I'm having troubles trying to connect a BasicX with a SSC-32 board. I'm configuring SSC-32 to 9600 bauds, and connecting RX to pin 9 of BasicX. I'm...
I found it. If it is useful for someone in the future: the instruction CALL DefineCom3(8, 9, bx1000_1000) must be CALL DefineCom3(8, 9, bx0000_1000)...
My old system died,and my new one is running Vista. Now the software for the BX-24 isn't working - I've set it for XP compatibility, but it's telling me it...
Hi, Find the exe and right click on it and have it "run as admin". That should fix it. Otherwise reinstall it and have it create it's directory in your folder ...
I'm trying to receive six bytes from a Picaxe 8M...I'm having a little trouble figuring out what I need to do with openqueue & getqueue...could someone point...
I'm trying to read seven bytes from a Picaxe 08M...here's the code I have so far, which doesn't work. Also, it seems to keep restarting... Option Explicit ...
... Well, your input queue only has room for two bytes after overhead, but you wait for seven bytes to be queued before reading it. That overrun will do...
That WAS set to 30, must have been written over somehow...still it doesn't work, though. I keep getting a queue count of 21, though no data is being sent yet....
Hi, I have a suggestion. Setup your computer with Hyper terminal, Connect the Picaxe controller in the serial port/set the baud rate in the Hyper terminal and...
And a parallel question: Can we create 2 input/output ports like the one you are creating on your program? Did anyone already try? Suggestions? Thanx David...
Tom, What do you mean by: "your input queue only has room for two bytes after overhead"? What do you mean by overhead? Which overhead? David Sousa Mendes, ...
hello group there is some mistery (at least for me) on how much bytes you should reserve on the commands: dim com3_out (1 to 30) as byte and dim com3_in (1 to...