??? 12/06/08 21:45 Read: times |
#160678 - No short-cuts to Learning Responding to: ???'s previous message |
Clearly, learning will require some study on your part.
For the basics on the 8051/8052 architecture in general, start by studying the Tutorials on this site: http://www.8052.com/tutorial You will also need to study the so-called "bible" for the 8051: Chapter 1 - 80C51 Family Architecture: http://www.nxp.com/acrobat_d...ARCH_1.pdf Chapter 2 - 80C51 Family Programmer's Guide and Instruction Set: http://www.nxp.com/acrobat_d...UIDE_1.pdf Chapter 3 - 80C51 Family Hardware Description: http://www.nxp.com/acrobat_d...WARE_1.pdf You should also study some books about the 8051 and programming: http://www.keil.com/books/8051books.asp http://www.8052.com/books.phtml Once you have studied the 8051 and how to program it, you will need to study the Manuals for whatever GSM Device you intend to use. Having done all that, you will be ready to program the 8051 to control the GSM device...! |