Lucas Harlem
01-09-2006, 01:46 PM
I have two Basic Stamps 2P40's and they are connected to pins 0\1 on the AUXIO,
I am getting erronious data when I try to view the debug screen. This is the wierd stuff that
I see on the debug screen,
Debug Screen Output
þÿþþÿþÿþþÿþÿþþÿþÿþþÿþÿþþ
Here is the code
Stamp 1
Main:
Auxio
Serout 0\1, 16468, ["Hello"]
Pause 1000
goto main
Stamp 2
MSG Var Byte 'Variable for Message
Main:
Auxio
Serin 0\1, 16468, [MSG]
pause 1000
Debug MSG
Goto Main
Debug Screen Output
þÿþþÿþÿþþÿþÿþþÿþÿþþÿþÿþþ
Its pretty easy stuff, but I keep getting artifacts on the debug screen instead of the Message Hello. Really wierd looking symbols instead of the letters HELLO. I think it may be the baud rate, I am not very knowlegeable with stamp to stamp serial communications. This is a basic program that I need to adapt to a project I am working on. If I can get the serial comminication to work properly, I can adapt it to my application that I am working on.
I am getting erronious data when I try to view the debug screen. This is the wierd stuff that
I see on the debug screen,
Debug Screen Output
þÿþþÿþÿþþÿþÿþþÿþÿþþÿþÿþþ
Here is the code
Stamp 1
Main:
Auxio
Serout 0\1, 16468, ["Hello"]
Pause 1000
goto main
Stamp 2
MSG Var Byte 'Variable for Message
Main:
Auxio
Serin 0\1, 16468, [MSG]
pause 1000
Debug MSG
Goto Main
Debug Screen Output
þÿþþÿþÿþþÿþÿþþÿþÿþþÿþÿþþ
Its pretty easy stuff, but I keep getting artifacts on the debug screen instead of the Message Hello. Really wierd looking symbols instead of the letters HELLO. I think it may be the baud rate, I am not very knowlegeable with stamp to stamp serial communications. This is a basic program that I need to adapt to a project I am working on. If I can get the serial comminication to work properly, I can adapt it to my application that I am working on.