Hi,
I must be doing something wrong with this, but all I'm trying to do is transmit a Word serially.
Example:
TxData VAR WORD
TxData = %1010101010101010 'Just 16 bits
SerOut WhatEverTheTxPinIs, T2400, [TxData]
And all I get at the PC is 8 bits... not the WHOLE word.
I've seen this done in other examples here, but no cigar for me
Thanks,
Tom.
Bookmarks