Control Codes via RS232

D

Thread Starter

Derek

I have a running application I'm not allowed to touch but I also have a little program called 'Wedge'. Wedge sits reading COM1 and writes any data received to the cursor position in the PC's current running program (used for scanners). I can control the cursor with TAB CR etc but I'm left with having to send "F3" (extended ASCII 00,61) and "Cntl-S" (ASCII 19) (save). I will be using an AB Basic module to program, format and send the data stream.
Has anybody done this or anything similar or have any ideas?
Thanks in advance,
Derek
 
Top