??? 05/11/09 19:52 Modified: 05/11/09 20:31 Read: times |
#165242 - Standard Async Serial (updated) Responding to: ???'s previous message |
Walter Adrián Quiroga said:
The comunication between the microcontroller and pc is through USB, I have used a FT232BM chip... The USB is handled entirely by the FT232BM - therefore the 8051 is entirely oblivious to the fact that USB is involved! [update] Just as the PC software is oblivious: http://www.8052.com/forum/read/163388 [/update] As far as the 8051 is concerned, it is a standard Async serial interface - and there are literally hundreds of examples of that all over the net! You can just ignore the details of RS232 levels, and concentrate on the async data itself. Go to the FAQs on this very site - there is a whole section on Serial Communications; In particular, see http://www.8052.com/faqs/120308 (just forget the RS232 specifics - the 8051 cannot tell the difference between a MAX232 and an FT232BM!). |