Shop OBEX P1 Docs P2 Docs Learn Events
at modem commands with usb data logger — Parallax Forums

at modem commands with usb data logger

ackericackeric Posts: 7
edited 2007-10-15 04:10 in BASIC Stamp
I am using the usb data logger to monitor the functions of a device we are building for a client . I would like to be able to send out at commands to a cell phone so it can send a SMS if machine is out of spec. I have been able to use hypertermianl to send out an sms . Now I need to be able to use my BS2. the command is somthing like this :AT+CMGW="123434567890" <CR>, THE FREAKING THING IS BROKEN<CTRL-C>
AT+CMSS =1<CR>

which command do I use to do that?

I am a bit fuzzy about the mechanics of usb .Can I connect to device to one use port, or do I have to use a second port
? Is their one one the data logger? is that what that second header is all about . any help would be great .
'

Comments

  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2007-10-15 04:10
    If the Cell Phone is USB and you're trying to connect the BS2 to it, it is unlikely that will work. The USB Chip on the Datalogger is designed as a USB Host Bridge, and in Slave mode for HID and Serial interfaces. If it is a simple as a serial connection then it would be easy to send the information you would normally send from HyperTerminal. Take care.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
Sign In or Register to comment.