Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PIC Serial Communication

Status
Not open for further replies.

eda_

Newbie level 2
Newbie level 2
Joined
Aug 24, 2011
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,296
Hello I need to make a serial communication with PIC877A .

PIC877A must communicate to device to get inf. via Modbus .

At same time PIC877A must connect with rs232 to the Meter to get required datas over modbus too.

At the same time PIC must connect to GSM module to make SPI communication.

But I have only one serial TX,RX pins. how can I do this ?


Thanks
 

Preferably use a PIC with more serial interfaces. Otherwise, use any available "poor man's" methods to work with existing PIC:
- slow software UART
- sequential usage of the hardware UART through external multiplexer

In case of the MODBUS communication, do you necessarily need two separate bus segments?

I guess, the GSM communication will be UART, not SPI?
 
  • Like
Reactions: eda_

    eda_

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top