I'm fairly new at Perl but have been fighting with SerialPort.pm and Commport.pm for too long now. All I need to do is send a very simple command out of the serial port into an electrical device. A batch file won't work for this project but if it would this is how it would read
MODE COM1: BAUD=96 PARITY=N DATA=8 STOP=1
ECHO T0>COM1
ECHO T1>COM1
Is there a relatively simple way to accomplish this with perl in a Windows environment? If it was much simplier in a unix world I would consider that as well.
MODE COM1: BAUD=96 PARITY=N DATA=8 STOP=1
ECHO T0>COM1
ECHO T1>COM1
Is there a relatively simple way to accomplish this with perl in a Windows environment? If it was much simplier in a unix world I would consider that as well.