Re: Buffer read with Win32API::CommPort



Figured it out.
my $DataRed = $DevicePort->read(255);
does what I need.

.