Serout/Serin and EEPROM
demoralm
Posts: 2
Hi, I am trying to write a program so that I can send strings of data between master and slave basic stamps through the Serout and Serin commands. How can a command like this be structured? For example, what should I type inside the brackets?
SEROUT SO\FC, Baud, [__________]
SERIN SI\FC, Baud, [____________]
SEROUT SO\FC, Baud, [__________]
SERIN SI\FC, Baud, [____________]
Comments