2 UARTs

Hi guys,
Here is the situation I've 89c51 microcontroller board which I want to connect with PC as well as GSM but as everybody knows it(8051) has only one UART so one solution is try using 87xx or 83xx series of controller but that means I'll have to change my programmer. So what I'm thinking is I'll use simple mux/demux for Tx/Rx of 8051. I want to know will it be o.k.? Can simple AND or OR gates can handle data rate of 9600bps?

Thank you very much in advance.

Parents
  • Take a look at http://www.silabs.com go to the microcontrollers / selector or developement section (about in the middle of the page). they have many dual UART chips and cheap developement kits and target boards ranging from $35 US to around $199. Around $99 you can get the target board and a serial or USB debug adapter ($35 US by itself) that can be used with most of their products. They have lots of free software to use both UARTs onboard. The developement kits include a CD with all the docs for all their kits and a Keil tool chain that runs the debugger and an evaluation compiler. It has lots of other goodies to.

Reply
  • Take a look at http://www.silabs.com go to the microcontrollers / selector or developement section (about in the middle of the page). they have many dual UART chips and cheap developement kits and target boards ranging from $35 US to around $199. Around $99 you can get the target board and a serial or USB debug adapter ($35 US by itself) that can be used with most of their products. They have lots of free software to use both UARTs onboard. The developement kits include a CD with all the docs for all their kits and a Keil tool chain that runs the debugger and an evaluation compiler. It has lots of other goodies to.

Children
More questions in this forum