OUTCOMM
n, x| Purpose | This statement can be used to send an 8-bit byte of data ' x ' via Comm port #n. This command is added because PRINT #n command cannot be used to send out CHR$(0). Zero is treated as the end of a string in TBASIC and will be ignored if you use PRINT #n statement to send out CHR$(0). |
| Examples | OUTCOMM 2,225 |
| See Also | INCOMM( ), INPUT$(n), PRINT #, |