BS1 Output to Screen
edmondfox
Posts: 15
With the Basic Stamp 1 am I able to output data to the screen? When I identify the stamp in the programmer it says loopback and echo are 'No'. Here is part of the code where I am attempting to output to the screen:
SEROUT RxD,N2400,("input here > ")
However nothing shows up when I connect to the comm port the stamp is on, even after powering it off and then back on.
*** Debug works fine but I am unable to enter data at the prompt output using Debug.
Any ideas?
Post Edited (edmondfox) : 12/6/2005 1:58:25 AM GMT
SEROUT RxD,N2400,("input here > ")
However nothing shows up when I connect to the comm port the stamp is on, even after powering it off and then back on.
*** Debug works fine but I am unable to enter data at the prompt output using Debug.
Any ideas?
Post Edited (edmondfox) : 12/6/2005 1:58:25 AM GMT
Comments
You seem to be able to output data to screen since you added DEBUG works.
So is it getting some input from the debug windows ?
Well, the DEBUGIN command is a PBASIC 2.5 feature. Not avaible to BS1.
But obviously you know the SERIN instruction.
I wonder..are the parenthesis necessary ?
Because when I check the manual, it says : and....no (..).
However, did you try to use the Windows Hyperterminal ?
++
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax