BS2sx Serial Problems
Steve123
Posts: 9
My data correctly shows up in a debug window, but I cannot read serial data in hyperterminal.
The settings are
9600
8 bits
1 stop bit
no parity
no flow control
Are there any known issues or reasons why this would happen? I am using the programming port to communicate with the stamp. I'm attempting to read this data into a program I'm writing and it is not working. It's esspecially discouraging because·hyperterminal doesn't work either.
Any help is welcomed.
The settings are
9600
8 bits
1 stop bit
no parity
no flow control
Are there any known issues or reasons why this would happen? I am using the programming port to communicate with the stamp. I'm attempting to read this data into a program I'm writing and it is not working. It's esspecially discouraging because·hyperterminal doesn't work either.
Any help is welcomed.
Comments
Are you trying to debug to hyperterm?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·
Steve
http://ca.geocities.com/steve.brady@rogers.com/index.html
"Inside each and every one of us is our one, true authentic swing. Something we was born with. Something that's ours and ours alone. Something that can't be learned... something that's got to be remembered."
'{$STAMP BS2sx}
'{$PBASIC 2.5}
'{$PORT COM1}
baudmode CON 240
start:
SEROUT 16,baudmode,[noparse][[/noparse]"got_it",CR]
GOTO start
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
DTQ
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
Does the debug window steal the serial port from Hyperterminal? Can you get HT to work if you close the debug window?
peter
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Peter C. Charles
Director, Research and Technology
CyberBiota, Incorporated
Peter.charles@cyberbiota.com
http://www.cyberbiota.com
Anyone know of a simple free windows terminal program ?
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"SX-Video Display Module" Available Now.
www.sxvm.com
"I thought I was wrong once...But I was mistaken [noparse];)[/noparse]"
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
http://www.hilgraeve.com/htpe/download.html
regards peter
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
All BS2 models have a line driver on its SOUT pin (Tpin = 16). The SOUT
pin goes to a PC’s serial data-in pin on the DB9 connector built into BASIC
Stamp development boards. The connector is wired to allow both
programming and run-time serial communication (unless you are using
the BASIC Stamp 2 Carrier Board (#27120) which is only designed for
programming)
I am using the carrier board. How does this affect things?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
Post Edited (Jon Williams) : 5/3/2005 3:02:00 PM GMT
could this be my problem?
Thank you all.
Did Steve123's soldering on of the two capacitors take care of your problem, too? <g>
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Truly Understand the Fundamentals and the Path will be so much easier...