OUTCOMM only send out A as an 8-bit binary data, not hex or DEC format. If your intention is to send a string representation of the number in variable A, then use PRINT #1 STR$(A) to send it out as a string of ASCII characters representing the number.