BS greenhorn... need to display data from a preipheral using BS2SX
okc.engineer
Posts: 12
Hi, a real newbie here for Basic Stamp (I am more familiar with MCS-51 assembly language, it's an adjustment).· I need to DEBUG some information from a serial peripheral.· The stamp requests the external peripheral's firmware version and date.· It is returned in ASCII text.· How can I get that to display on the Debug screen?
Thanks for your help!
Bill
Thanks for your help!
Bill
Comments
buffer VAR Byte(8)
SERIN pin, baud, [noparse][[/noparse]STR buffer\8]
DEBUG STR buffer\8
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
SEROUT 16, baud, STR buffer\8 ' This does the same thing as DEBUG