Hi Robert!
The following will also work.
========================================
Pseudo-Code:
ee_address VAR WORD
SERIN2 RxPin,84,[DEC5 ee_address]
========================================
Type the decimal number 62347 in
your PC terminal program.
After receiving the 5 ASCII bytes
the SERIN2 command will store the
decimal value 62347 in the
variable ee_address.
See PBP manual for SERIN2 modifiers, works
also with command HSERIN and HSERIN2.
Luciano
Bookmarks