controlling a stamp
crackticus pots
Posts: 34
Hay does anybody know how to control a basic stamp with Q-basic and a serial port. I am not very knowledgeable in the field of programming.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
there are a hundred types of people in the world,
but I dont have time to name them all.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
there are a hundred types of people in the world,
but I dont have time to name them all.
Comments
www.fortunecity.com/skyscraper/quantum/188/basterm.txt
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
there are a hundred types of people in the world,
but I dont have time to name them all.
www.fortunecity.com/skyscraper/quantum/188/page4.htm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Do you have a Stamp Tester yet?
http://hometown.aol.com/newzed/index.html
·
Rafael
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
I tried the new link then clicked on the terminal program but still I got the same old blank page. I checked my browser settings but they looked fine. usualy when you click on one of those links it automaticly starts a download.·
Flyingfishflinger and Chris savage:
My intentions with Q-basic are to make a piece of software·that provides control to my basic stamp powered 2 way X-10 (earlier thread) controller.
Any way what I need is some·source code to figure out how to drive the serial ports on a·Compaq 2200 with Q-basic running in dos
·
·
By the way does any body know how to turn .bas in to .EXE (pakage the software)
·
Thanks.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
there are a hundred types of people in the world,
but I dont have time to name them all.
OPEN "COMn:9600, N, 8, 1" FOR RANDOM AS #1 (Where n is your COM Port number)
I don't think it could handle a COM Port number over 4, which are now common on some Windows 98 machines.
As for compiling to an EXE, that requires the compiler version (Called, QuickBASIC) which I purchased many years ago.· You would have to find a copy of that and use it.· It will compile almost all QBASIC programs.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
thanks. but·I could not find the compiler
and i did not get this part of the serial command: (,N,8,1)·? is that what you are transmitting?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
there are a hundred types of people in the world,
but I dont have time to name them all.
Post Edited (crackticus pots) : 11/30/2005 3:45:03 PM GMT
Rafael
The software·I have is V1.1 and it came with my very old version of Ms·DOS!
And I did not see the compile button any where in the menus.
cracticus pots.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
there are a hundred types of people in the world,
but I dont have time to name them all.
Post Edited (crackticus pots) : 11/30/2005 4:00:04 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com