in reply to serial port control on Windows
What do you get from the mode comN: command after you've configured it?
require 5.003; use Win32::SerialPort qw( :STAT 0.19 ); use strict; my $line; my $deck = openSerial("com3:", 19200, 'none', 8, 1); # $deck->handshake("xon"); # $deck->buffers(4096,4096); print `mode com3:`; ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: serial port control on Windows
by hydrodog (Novice) on Apr 23, 2008 at 18:58 UTC | |
by BrowserUk (Patriarch) on Apr 23, 2008 at 19:18 UTC |