Multi Modem GPRS driver
- This topic has 1 reply, 1 voice, and was last updated 13 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Tagged: Multi Modem GPRS driver perl
Hi All,
I’m trying to use Perl on a windows XP platform with Win32::SerialPort module. The problem I’m having is with the driver, I can setup a com port to 115200 baud 8n1 with no problem but when I try to setup the com port for the usb driver it just stays at 1200 baud. I can use a terminal program and set it to 115200 and control the modem just fine. I’m just wondering if anyone else is using perl to control a modem and if they had the same problem.
Thanks Tim
Just to follow up and close the post. I ignored the 1200 setting and started to send data to the and it works just fine. So something in the Win32::SerialPort API and the Ti driver do not allow the baud reading but it works fine. I setup perl to look for responses from the modem to insure it is doing what we want and it looks good. We’re trying this into PTRG monitoring.
Tim