- or download this
my ($receivedBytes, $data) = $HandleToRS232->read();
- or download this
my ($receivedBytes, $data) = $HandleToRS232->read_bg();
- or download this
my($done, $count_in, $string_in) = $HandleToRS232->read_done(1);
- or download this
my ($result) = Win32API::CommPort::ReadFile(
$HandleToRS232,$data,$NumberOfBytesToRead,
$ActualReadBytes,$template);