I can't figure out from the manual if I can use a variable as a parameter for the let's say the delay procedure. For example: for i = 100 to 200 delay i next i...
... Yes, of course. Your pseudo-code delay loop won't run as written, but sub main() dim iX as integer, sX as single call putpin(25, 1) 'Red LED off do for iX...
I know that I asked about wireless conection before. Someone told me about the XBee. Would this be a good wireless conection for a serial conection for the...
I use them. Very simple to interface. _____ From: basicx@yahoogroups.com [mailto:basicx@yahoogroups.com] On Behalf Of mechatronicsccc Sent: Wednesday,...
I have a mate that uses a pair, but not with the basicx, and he is very happy with it. NOTE: The Xbee and Xbee pro modules utilize a 2mm pitch header, which...
... must be private Sub Stappen(steps as type) where type is any of Boolean, Byte, Integer, etc, as required; read the Language manual. Variant is a supported...
Thanks Tom. Now it works. I think it should be noted in the manual. Anyway, I'm happy. Wim ... Wim Nijntjes Oranjekanaal 38 NZ 9415TP Hijken The Netherlands ...
I'm using my BasicX stamp in a Board of Education, and I've got to address a pin number 5 more than the physical pin number, i.e. pin 9 is my serial line in...
I too use basic stamp boards for the Basic X (in this case the Motor Mind B + Basic Stamp Board) and have exprienced the same wierd pin lineups. It's just a...
Hi, I've tried to convert a Long variable into 3 bytes, however, the code doesnt work on negative values and the editor doesnt allow me to perform bitwise...
Right now, I'm mostly concerned with the wiring as I make the device the Board of Education is testing now. I want to make sure I'm accessing the same pins,...
With the basic stamp it will work normally, and I can guarentee you that you will have access to all the pins, I think it ascends and then loops around. My...
Seems that until about two months ago, there were a couple dozen messages a day; now maybe three or four and the format has been "improved". Did I miss a...
1st cousin zbasic.net has activity too _____ From: basicx@yahoogroups.com [mailto:basicx@yahoogroups.com] On Behalf Of jxpicciri2000 Sent: Sunday, September...
I think it was just the summer. I check it 2-3 times a week. jxpicciri2000 <jpicciri@...> wrote: Seems that until about two months ago, there were a...
Am trying to build a simply irrigation controller with 25 zones. Each zone would be sequenced on for about 15 minutes at a time until all 25 zones were...
Since your update rate is immaterial, I'd use a shift register. If you can work with SMDs, the MAX4820 is a single-part, 8-channel solution, so four cascaded...
Abe This is a very simple application. Use 4 x UCN5821 serial to parallel driver chips ( there are others). You will need a simple peice of code to send the...
Up to know I only worked with one basicX chip. I just got 6 new Basicx24p and working on more then one project. I have 2 questions. Could someone help explane...
So I also do a similar project. I use the electric valves from old washing machines and these are controlled by cheap solid-state relays directly driven by the...
Yes, right, I use the 74LS164 for driving a bunch of 7-segment displays. So saving a lot of I/O pins on my BS24. There is a nice command SHIFTOUT to drive the...
I placed a basicX into the NX-1000 or the stamp works experiment board with no problems yet. Down load test programs in to it and all seems well so fare. ...
... Connect a pin to the Pololu reset line, and another to the serial input line. Call DefineCom3 to define the serial pin with the necessary attributes....
Neil, Thank you very much for responding. It seems that a shift register/latch is the way to go in my case. I like the idea of cascading chips using the...
wimn, Thank you very much for responding. I like the idea of a shift register/latch for my project. Do you use the 74LS164 in a cascading scheme, i.e. connect...