
Originally Posted by
richard
to start with
probably does not work as you intend
input
41 05xC , mai[0]=$C or 12 or %00001100
41 05x2C , mai[0]=$2C or 44 or %00101100
41 05x42C , mai[0]=$2C or 44 or %00101100
41 05x552C , mai[0]=$2C or 44 or %00101100
41 05x3FED2C , mai[0]=$2C or 44 or %00101100
mai[1] takes no part in this
secondly
the data is always binary once "parsed" by the HEX modifier in hserin ,it just depends on how you display/interpret the data
Bookmarks