Sending and receiving AT commands on 89c2051

Status
Not open for further replies.

mzembik

Newbie level 1
Joined
Jun 1, 2005
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,287
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.
 

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.
 
Check paulmon's website, search for the ascii character sending, there you will get idea how to throw characters using UART.
 
Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…