sms utils

Home Forums MultiConnect OCG sms utils

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2615

    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?

    #3320
    JM K
    Participant

    Hi Sebastian,

    what model of the radio are you using?

    Regards,

    JM

    #3321

    If you are referring to the MTCDP tendo CDP-H4-GP

    #3322
    JM K
    Participant

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.