Hi,

On Jan 16, 11:10 pm, Bo Visfeldt <[email protected]> wrote:
> BUT! That should is not effecting the serviceObject as it is only a
> return value.
>
> Would the correct way not be:
> Settings tempSettings = srv.getSettings();
> tempSettings.SERIAL_RTSCTS_OUT = false;
> srv.setSettings(tempSettings);
>
> ... but unfortunately the setSettings(Settings) is for some reason a
> private function and can not be accessed.

No, your assumption is not correct. You can directly modify the member
fields.


> Any other ideas? I am pretty sure the RTSCTS is the problem!

Yes, one more:
Try to run the ReadMessages with the "-Dsmslib.serial.polling" switch,
for example:

java -Dsmslib.serial.polling examples.modem.ReadMessages
-- 
You received this message because you are subscribed to the Google Groups 
"SMSLib for Java User 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