jasonlaronde
MIS
I need 5 .pl scripts to write 5 different strings to the COM1 under windows. The Perl scripts will be called by buttons on a webpage...
Here are the strings and specs. I don't know perl so I was hoping someone could help me out...
Jay
Here are the commands and specs to be sent over COM1...
Power On:
02h 00h 00h 00h 00h 02h
Power Off:
02h 01h 00h 00h 00h 03h
Input RGB:
02h 03h 00h 00h 02h 01h 01h 09h
Input Video:
02h 03h 00h 00h 02h 01h 06h 0eh
Input S-Video:
02h 03h 00h 00h 02h 01h 0bh 13h
19200 bps
8-bits
Non-parity
Stop Bit = 1
X On/Off: None
COM: Full Duplex
Here are the strings and specs. I don't know perl so I was hoping someone could help me out...
Jay
Here are the commands and specs to be sent over COM1...
Power On:
02h 00h 00h 00h 00h 02h
Power Off:
02h 01h 00h 00h 00h 03h
Input RGB:
02h 03h 00h 00h 02h 01h 01h 09h
Input Video:
02h 03h 00h 00h 02h 01h 06h 0eh
Input S-Video:
02h 03h 00h 00h 02h 01h 0bh 13h
19200 bps
8-bits
Non-parity
Stop Bit = 1
X On/Off: None
COM: Full Duplex