开发者

at-command

0
  • Sending SMS using Python

    I am trying to send sms using python and a GSM modem connected to my local machine, I have successfully sent the SMS using AT commands but now I have a technical problem for which I need help, the ser[详细]

    2023-03-08 16:38 分类:问答
  • AT command to send messages from my phone

    I connected my Nokia 5235 to my pc. I want to send messages by using AT commands from hyperterminal. Is it possible ? What all the settings i ne开发者_如何学运维ed to do for that?[详细]

    2023-03-06 20:03 分类:问答
  • AT command - 3G connection to another cell

    i\'m using sierra wireless modems (compass 880/888, usb 308) and i\'m trying to find an AT command that will tell the modem to connect to another cell (to another tower).[详细]

    2023-03-05 16:25 分类:问答
  • AT Command for receiving automatic SMS notification

    I have 2 gprs/gsm modems wit开发者_JAVA技巧h me at the moment one of them is huawei and the other is a prolink modem. I have no problem sending or receiving SMSes via AT Commands. However I am trying[详细]

    2023-03-05 05:14 分类:问答
  • Sending AT Command to a USB-Connected GPRS Modem in C#

    Can anyone give me a good direction or guide on how I can access a GPRS modem that is connected to a Usb Port. Should I make a USB driver for 开发者_StackOverflowmy program to send AT command to the m[详细]

    2023-03-04 11:56 分类:问答
  • AT Commands PHP

    I want to send messages from php by using a GSM modem. I have configured 开发者_开发知识库the modem and tested it using Hyperterminal. Now I want to execute AT commands using php. Is there any open so[详细]

    2023-03-04 04:30 分类:问答
  • Android Phone as a GSM Modem

    I would like my android to work as a GSM Modem, or by any other means, specifically, to send sms through it using some programming language library. What could be the way to do it programmatically as[详细]

    2023-03-03 17:52 分类:问答
  • low level bluetooth broadcast

    Since bluetooth is a broadcast protocol, is there some way to listen for broadcasts while not discoverable? The idea is to avoid making a device discoverable, and simply listen for broadcasts, check t[详细]

    2023-03-02 13:41 分类:问答
  • Communicating Via serial port with GSM modem

    I am using a EVB for siemens MC45 GSM modem. Itried to send At commands to it via serial port with Hyperterminal in windows (both Xp and 7). But the hyperterminal window is showing that I am connected[详细]

    2023-03-01 16:00 分类:问答
  • C# Lists item at location

    I\'m working on C# Lists and i need an item at list location x how do i do it? t开发者_开发技巧hanks for helping meList<int> numbers = new List<int> {4,5,6};[详细]

    2023-02-25 04:11 分类:问答