That's because the ASCII code for "S" is 83 which is what you're sending. To display "83", on the receiving end, do:Code:serout2 portc.6,16468,[DEC dta]
That's because the ASCII code for "S" is 83 which is what you're sending. To display "83", on the receiving end, do:Code:serout2 portc.6,16468,[DEC dta]
Bookmarks