Shop OBEX P1 Docs P2 Docs Learn Events
SEROUT command — Parallax Forums

SEROUT command

BEAVISBEAVIS Posts: 4
edited 2007-04-09 00:11 in BASIC Stamp
Hello,
I have a question. I have been messing around with the SEROUT command. I saw an example of some code in a book.
It was "SEROUT 16, 9600, 10, [noparse][[/noparse]"Hello"]
It was supposed to display hello on the screen. It did not. I kept messing with it and when I changed the 9600 to 84 it worked.
SEROUT 16, 84, 10, [noparse][[/noparse]"Hello"]

My question is why 84 works and 9600 does not work? both should work, Right?

Thank you,
BEAVIS.

Comments

Sign In or Register to comment.