Skip Menu |

This queue is for tickets about the Device-Modem CPAN distribution.

Report information
The Basics
Id: 5134
Status: resolved
Worked: 45 min
Priority: 0/
Queue: Device-Modem

People
Owner: cosimo [...] cpan.org
Requestors: Mark.Fenbers [...] noaa.gov
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.33
Fixed in: (no value)



Subject: S_register
Device-Modem-1.33, Perl 5.8.0, 2.4.20-6smp GNU/Linux (Red Hat 9) Make test; make install successful. An attempt to call $modem->S_register() with 1 or 2 arguments (of any value) results in this error: Can't call method "purge_all" on an undefined value at /usr/.../Modem.pm line 545. This means I cannot set my modem to use 1200 baud maximum (S37 -- to call old technology equipment), and thus my new product has halted. Ideas? -- Mark
RT-Send-CC: cosimo [...] cpan.org
[guest - Fri Jan 30 11:28:20 2004]: Show quoted text
> Device-Modem-1.33, Perl 5.8.0, 2.4.20-6smp GNU/Linux (Red Hat 9) > Make test; make install successful. > An attempt to call $modem->S_register() with 1 or 2 arguments (of any > value) results in this error:
Can you send me (or point me to) the script you are running? Show quoted text
> Can't call method "purge_all" on an undefined value at > /usr/.../Modem.pm line 545.
Looks like a failed `connect()' call, that does not (or cannot) open the serial port. Do you have necessary permissions to read/write the serial port device? For more detailed information, try sending your code (reduced to a simple test case, if possible). -- Cosimo
Subject: CPAN Bug #5134 (S_register problem)
RT-Send-CC: Mark.Fenbers [...] noaa.gov,cosimo [...] cpan.org
Hello Mark, I did not receive feedback from my last bug update. I think this bug can be closed, because examining the problem you reported I think it's caused by incorrect device name for connection. Please try to upgrade to Device::Modem 1.36 and let me know. -- Cosimo
opened by mistake. This is resolved and closed. Sorry