in reply to Using Win32::SerialPort in a module
Although I probably can't help with debugging your situation, one suggestion that I have is to maybe look at the source code of Control::CLI. On Windows, it uses Win32::SerialPort for serial port connections. Since this module is basically using Win32::SerialPort like what you're trying to do, it might be helpful to look at its source code for ideas on to do this in your code.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Using Win32::SerialPort in a module
by jmClifford (Beadle) on Sep 07, 2024 at 03:01 UTC |