Serial Com Pic to Pic


Results 1 to 6 of 6

Threaded View

  1. #2
    Join Date
    Feb 2003
    Location
    Delaware
    Posts
    30


    Did you find this post helpful? Yes | No

    Default

    Well now. You need two serial ports on a pic that only has one hardware uart. I recently overcame this same problem by using a triple dual channel analog mux/demux (CD4053) between the pic and the max202E. The 202 already has two channels and the 4053 has 3 pairs of switches. I use them for Tx, Rx, and two LEDs. I use a pin on the pic as an output called com. select (CMSL) to toggle which serial port the UART is connected to. I will attach a schematic if the chip with pin discriptors. This works well if you always listen to one port and then after you get data you switch to another. Some ideas if this isn't possible would be to have a pic send data until it gets an ack from the master. Then the master could poll the different pics.

    Gotta go.

    Hope this helps.

    Joe Kupcha
    Attached Images Attached Images

Similar Threads

  1. 2 PIC, serial communication
    By lightgreen in forum Serial
    Replies: 6
    Last Post: - 21st November 2009, 15:20
  2. PIC to PIC "wired" serial one-way communication - SERIN2/SEROUT2
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 14th April 2008, 20:02
  3. Automatic VB6 to pic serial connection
    By arniepj in forum Code Examples
    Replies: 13
    Last Post: - 10th January 2008, 07:57
  4. Serial Pic to Pic using HSER
    By Chadhammer in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 11th March 2005, 23:14
  5. Serial communication PIC to PIC help.
    By Rubicon in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 24th January 2005, 15:45

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts