
Originally Posted by
JasonMarsh
Maybe I am missing something here, I cant find a SERIN2 command in the manual. Well, it is found on the back page as a protected word...
You are right in what I have coming in is something like %01010011.
As I understand thing, the following code would not be looking for BIN input, but ASCII? Which can then be represented as required....?
Dim InDat as Byte
Serin2 PORTB.4, 19697, [InDat]
The results printed as HEX are not what I am expecting, I think 00 80 00 00 ???
Bookmarks