Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Annees

  1. A

    Send an AT command to a Fastrack Supreme via RS232

    Hello, How can I read every result from the modem after sending AT commands? Here I send the command AT and the modem result must be OK. int AT() { char bufferWrite[20] ; char msg[512]; int n = 0; int nn = 0; msg[0]='\0'; strcpy(bufferWrite,"AT\r")...
  2. A

    Send an AT command to a Fastrack Supreme via RS232

    Hello, I solved this problem but now I have another one:) I am trying to send an sms in text mode using AT commands and I do not understand what I'm doing wrong. In HyperTerminal the commands are: AT+CMGF=1 \r AT+CMGW="0040766560000" \r The GSM / GPRS modem will then return a prompt "> "...
  3. A

    Send an AT command to a Fastrack Supreme via RS232

    Hello, I work on a project based on a FASTRACK SUPREME which has to receive commands via a serial RS232. The problem is: When I use HyperTerm the command ATDxxxxxxxxx; works fine. When I use the CVI RS232 library nothing happens. Is it possible that my command remains blocked in the serial...

Part and Inventory Search

Back
Top