| Author |
Message |
mzembik
Joined: 01 Jun 2005 Posts: 1
|
01 Jun 2005 11:34 Re: Sending and receiving AT commands on 89c2051 |
|
|
|
|
Has anybody any sample code written in ASM that would help me to send AT strings to 89c2051?
Added after 2 minutes:
I need this to dial a number for a GSM mobile phone.
|
|
| Back to top |
|
 |
Google AdSense

|
01 Jun 2005 11:34 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
gorkin
Joined: 27 Feb 2002 Posts: 679 Helped: 11
|
02 Jun 2005 20:16 Re: Sending and receiving AT commands on 89c2051 |
|
|
|
|
I think the development code easy using C language and encourage some people use them.
In case of using C language, for send and receive AT command we have before this modules (or functions):
- Function for send/receive data over serial (bit bang or UART module)
- Function for build the data packet (received or transmit)
The easy way for sending command are building strings in the "ROM" are of the microcontroller and access these strings at transmition moment.
Gorkin.
|
|
| Back to top |
|
 |
glenjoy
Joined: 01 Jan 2004 Posts: 1028 Helped: 47 Location: Philippines
|
04 Jun 2005 4:19 Sending and receiving AT commands on 89c2051 |
|
|
|
|
| Check paulmon's website, search for the ascii character sending, there you will get idea how to throw characters using UART.
|
|
| Back to top |
|
 |