sms utils
- This topic has 3 replies, 2 voices, and was last updated 13 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › MultiConnect OCG › sms utils
Tagged: sms-utils
good day
sms.config.example configuring the file, as explained in the following page: http://www.multitech.net/developer/products/cellular-development-platform/applications/sms-utils/
compliance with the following lines:
cp src / sms.config.example $ {HOME} /. smsconfig
vi $ {HOME} /. smsconfig
but when I try to send an sms with the command: sms send me a message that indicates atcmd.c: atcmd_read: 284 read timeout
part of what I have so sms.config.example file:
verbose: false
interactive: true
sms-init: true
baud rate: 230400
read-timeout: 5000
# device: / dev/ttyS1
device: / dev/ttyUSB3
# device: / dev/rfcomm0
msg-store-read: ME
msg-store-send: ME
msg-store-new: ME
pb-store: ME
editor: vi
edit-file: “$ {HOME} /. smsmsg”
I might be missing?
Hi Sebastian,
what model of the radio are you using?
Regards,
JM
If you are referring to the MTCDP tendo CDP-H4-GP
Hi Sebastian,
Try copying the the .smsconfig file using the scp to the device. Make sure that it is in the /home/root directory. After having copied the file, use your editor vi or nano to view and confirm it. Then try issuing the sms-send command.
Regards,
JM