PIC to PIC communications


Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Nov 2004
    Location
    Calabasas, CA
    Posts
    84

    Default PIC to PIC communications

    I cannot transfer a variable from one PIC to another as:
    master: SEROUT B.7,N2400,[w2]
    slave: SERIN B.0,N2400,[w2]
    It appears that the slave does not wait for any serin (the pic's run in 2 different programs/circuits). How to implement a "wait til receive a serial connection"?

    Would it be something like:
    SERIN B.0,N2400,100,[w2]
    to wait for 100ms?
    Last edited by droptail; - 8th March 2006 at 02:19.
    James

Similar Threads

  1. Replies: 24
    Last Post: - 2nd October 2017, 11:35
  2. PIC Basic Pro <-> HP-IL communications
    By swr999 in forum Serial
    Replies: 0
    Last Post: - 6th March 2006, 18:30
  3. PIC Basic Pro <-> HP-IL communications
    By swr999 in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 6th March 2006, 18:22
  4. PIC to PIC communications
    By droptail in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 26th January 2006, 04:46
  5. PC / PIC communications?
    By achilles03 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 12th September 2005, 17:55

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