Greetings! I just thought I should add that I view PDF files on WinNT and WinXP PC's in the office, on EPOC (Psion netBook 'PDA') and an OS/2 PC at home, and...
Hi! I was thinking to use a old electric quad that my son is not using, I will have to take thing apart. does any body know any site where I could get this...
Hank, That is what I have been trying. However, the results haven't been so good. I just got a free PDF maker, I'll let you know if it is any good. Jonathan ...
Jonathan Peakall
jpeakall@...
Sep 1, 2003 2:12 pm
35208
I did not look at their terms page, but went back and looked at it. LOL. Anyway, there was some pricing at the bottom of the page (the one I was looking at...
Hello Jonathan. You can ask for the images you need in the ParallaxEducators forum http://groups.yahoo.com/group/ParallaxEducators/ (you're already member of...
I am using a BS2 to control an ARobot and am looking for help connecting the Parallax AppMod Compass to the carrier board. Also some example code to control...
... The Compass AppMod Documentation which can be found here: http://www.parallax.com/detail.asp?product_id=29113 has numerous examples, as well as a sample...
Very new to stamps and failing at a simple task. Have five button rf key fob and trying to control five relays. Reseiver outputs +5v when button is pushed,...
Hi I just recieved the TAB robotics sumo-bot, you know the one with the tracks made out of O-rings. I have figured out how to put different programs on it,...
What's an 'electric quad'? www.kronosrobotics.com has some good tutorials on taking apart off-the-shelf toys and adapting them. ... I will have to take thing...
Your example needs: IF IN1 = 0 THEN Skip1 ' else, in1 is 1, so toggle it. TOGGLE OUT15 SKIP1: The BS2 'IF' ONLY does 'GOTO' at the end of it. Note another...
This sumobot has a subroutine you can call which will return the state of the remote buttons. You need to examine the .PDF on the CD a little closer....
I am trying to get my stamp (BS2SX) to send something to a microsoft access database to which I have added the xcomm control. Here is the code at the stamp ...
If you are using a Max232 driver, or equivalent, then you use the '$4000' part of the N9600. SEROUT 16 ... DOES use a Max232 driver equiv., which is on the BS2...
PBASIC 2.5 (which has been available in Beta for some time) allows IF-THEN to behave more like desktop version of BASIC. So, you can now do this: IF IN1 = 1...
Anyone use one? They're on sale at my electronics parts store and I'm wondering if they are Hitachi 44780 compatible. Any info apprecitated thanks elfa...
I am looking over a program a co-worker wrote a while back trying to understand they why and how he did what he did. At the first of the program he declares...
Sam: Couldn't find your posted software code. Dick ... From: Sam <hard-on@...> To: <basicstamps@yahoogroups.com> Sent: Thursday, August 28, 2003 11:19...
Richard Gurske
rfgurske@...
Sep 2, 2003 4:32 pm
35225
Very nice example. What's going on is that Stamp pins have three states, basically. These are OUTPUT HIGH, OUTPUT LOW, and INPUT. HIGH means it's outputting...
hello all. does anyone know how to trick the attention wire on the download cable to think it's connected to the BS2? because i built a wireless serial ir...
Is there a single PBASIC command that would find the maximum (or minimum) of a set of values stored sequentially (either in the main RAM, or preferably in the...
For programming, you must have the ATN pin connected to the PC's serial port DTR . I had the same issue. i used a pair of electrical wires (for ATN and ground)...
No. The reason is that array boundaries are NOT enforced by the Stamp; in fact the entire BASIC Stamp RAM can be treated like an array without even declaring...
... saying that ... this is ... the PDF and ... allowed to ... If you use the old adage, that copying a copyrighted work is called plagiarism, but copying lots...
I have two Hitachi Compatible 2 x 16 displays, and a BS2p. I would like to control both of them. I was thinking of controlling them this way main: ' for lcd...