in reply to Device::Modem main loop, events for periodically reported data

This is just brainstorming, but have you looked at Device::Modem::Log::File ? You can at least see if your AT commands are being logged, and if so, the docs mention: implement your own new(), write() and close() methods. . So it seems possible to intercept the log file write() and parse it.

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh
  • Comment on Re: Device::Modem main loop, events for periodically reported data