BASIC stamp terminal program?
Oldbitcollector (Jeff)
Posts: 8,091
Before I crack out the book, has anyone already created a little 'terminal' application for the BASIC STAMP which will
allow connection to an Xbee on a couple pins, and relay information back and forth with DEBUG?
I'm picturing something along the lines of a little program which uses DEBUG, SERIN, and SEROUT commands.
I know it's a little redundant to connect a "terminal" to a "terminal" to an Xbee, but I'm thinking it would be handy.
(Psst! Don't tell anyone on the Propeller forum I'm over here asking STAMP questions.. [noparse]:)[/noparse] [noparse]:)[/noparse] HEH.. )
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Propeller Feature Projects: PropellerPowered.com
Visit the: PROPELLERPOWERED SIG forum kindly hosted by Savage Circuits.
allow connection to an Xbee on a couple pins, and relay information back and forth with DEBUG?
I'm picturing something along the lines of a little program which uses DEBUG, SERIN, and SEROUT commands.
I know it's a little redundant to connect a "terminal" to a "terminal" to an Xbee, but I'm thinking it would be handy.
(Psst! Don't tell anyone on the Propeller forum I'm over here asking STAMP questions.. [noparse]:)[/noparse] [noparse]:)[/noparse] HEH.. )
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Propeller Feature Projects: PropellerPowered.com
Visit the: PROPELLERPOWERED SIG forum kindly hosted by Savage Circuits.
Comments
....Hey Abbott!!
It has a·few features that are real handy when using a Stamp
It's designed to connect via the Stamps programming port using PBasics Serin Serout instructions
It will display incoming data as ASCII characters or as values of bytes
There is a button for toggling DTR for reset
There are 10 fields for entering data that can be transmitted to the Stamp , field 1 is for the entry of an ASCII string the other 9 are for the entry of individual byte values. The 10 values can be transmitted separately or simultaneously , the string is always sent first.
let me know if it's of value
Jeff T.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Andrew Williams
WBA Consulting
WBA-TH1M Sensirion SHT11 Module
My Prop projects: Reverse Geo-Cache Box, Custom Metronome, Micro Plunge Logger
I can see myself spending some time with this, with Gramps working on the STAMP and my enjoying the Propeller...
(Maybe after UPEW settles down.)
In the meantime, this might be useful to you. http://forums.parallax.com/showthread.php?p=772078
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Propeller Feature Projects: PropellerPowered.com
Visit the: PROPELLERPOWERED SIG forum kindly hosted by Savage Circuits.