gammu-smsd -> after sending SMS "/ttyUSB<x>" changes #706
Unanswered
CrazyVaclav
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I've got a similar problem: ZTE modem switches occasionally (not every SMS send). I've noticed, that use_locking = no changes something... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
every time I successfully send the first SMS with
echo "test" | sudo gammu-smsd-inject TEXT number
the/dev/serial/by-id/usb-HUAWEI_Technology_HUAWEI_Mobile-if00-port0
toggles betweenttyUSB0
andttyUSB1
That means if I want to send a second SMS I had to change the
port =
parameterport = /dev/serial/by-id/usb-HUAWEI_Technology_HUAWEI_Mobile-if00-port0
but I always have to restart the gammu-smsd.service after sending an SMS that the new correct ttyUSB is sourced.Can anyone help me to disable the toogle the ttyUSB or how gammu-smsd can auto reload it after every SMS ?
Here is my gammu-smsdrc config File:
Beta Was this translation helpful? Give feedback.
All reactions