in reply to How to send break signal on serial COM port with Perl?

If you are using linux, use Device::ModemDevice::Modem

Device::Modem requires Device::SerialPort which gives lower level access. You will find break in there.

  • Comment on Re: How to send break signal on serial COM port with Perl?