- This topic has 2 replies, 3 voices, and was last updated 10 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › interfacing both gps and gsm module simultaneously with 8051
hi,
i want to know how to interface both gps and gsm module simultaneously with 8051 which have only 1 uart but we need 2 uart.
thansk in advanced.
Hi,
Connect the Tx pin of Uart to GSM module and Rx pin to the GPS module. This will solve the problem somewhat because the controller mostly read data from GPS and write data to GSM.
i would suggest to use any controller with 2 UART like form AVR family or PIC family
to develop such projects 8051 has limited facilities and features