Hi Delenikas

Yes, sure, SMSLib / RXTX is able to detect the port, I'm using those
options:

-Dsmslib.serial.polling -Dsmslib.serial.noflush

And also in the code:

System.setProperty("gnu.io.rxtx.SerialPorts", "/dev/ttyACM0");

Note that if I use:

SerialModemGateway serialModemGateway = new SerialModemGateway("gateway",
"/dev/ttyACM0", 57600, "Siemens", "");

The modem works perfectly, but if I use the Wavecom handler, like this:

SerialModemGateway serialModemGateway = new SerialModemGateway("gateway",
"/dev/ttyACM0", 57600, "Wavecom", "");

Then, I got the I/O Exception. An even the modem get disconnected and comes
back to live, but this time with another port, /dev/ttyACM1 for example.

Thanks for your answer.

Marcos.

On Thu, Oct 13, 2011 at 8:55 PM, T.Delenikas <[email protected]> wrote:

> Have you checked this:
> http://smslib.org/doc/smslib/troubleshooting/#Linux_and_undetectable_ports
>
> --
> You received this message because you are subscribed to the Google Groups
> "SMSLib Discussion Group" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/smslib/-/nq_Lr2RbH8YJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/smslib?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"SMSLib Discussion Group" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/smslib?hl=en.

Reply via email to