Hi All.
I have a quick question. I have a file that needs to be sent over a serial connection. I am not sure if it is a file or the content of the file that needs to be sent, this would be subject to test. I am sendin from a terminal to a printer and the printer recieves and prints. The file is here called Test1.LBL and it contains this:
! 0 200 200 240 1
LABEL
CONTRAST 0
TONE 0
SPEED 5
PAGE-WIDTH 400
BAR-SENSE
;// PAGE 0000000004000240
BT 5 1 0
B I2OF5 2 1 30 23 115 999900001190507
BT OFF
T90 0 2 136 59 Hello
IL 124 14 280 14 50
LINE 71 90 334 90 1
FORM
So I am looking for 2 ways of doing this. 1 to send the file over serial port and 2 to send the content of the file.
I have the serial port open. What comes next
Thanks in advance.
Sune