This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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
  • Thank you for suggestion. I considered it however the thing is right now I never want to waste my time on learning for how to use ISP and all. I just finished my college and trying my hands on some products anyway if its not possible at all then i'll have to go for that option. I have seen 89c51re with 2 UARTs and an ISP can you direct me on how to program it? I am good at programming in C in uVision how much change will I have to do in my program etc.

Reply
  • Thank you for suggestion. I considered it however the thing is right now I never want to waste my time on learning for how to use ISP and all. I just finished my college and trying my hands on some products anyway if its not possible at all then i'll have to go for that option. I have seen 89c51re with 2 UARTs and an ISP can you direct me on how to program it? I am good at programming in C in uVision how much change will I have to do in my program etc.

Children