SOLVED in post #6:
https://www.picbasic.co.uk/forum/sho...164#post156164
----------------------------------------------------------------------------
USART
Is it "safe" to send HSEROUT header, data,
then receive:
- HSERIN header
(depending on header, use proper data format)
- HSERIN data
Or should I send Header and Data on 2 separate transmissions?
Objective:
I'm looking for a safe and simple way to transfer data of varying lengths.
Header is a prefix that identifies the data layout.
Bookmarks