connect two pics


Results 1 to 29 of 29

Threaded View

  1. #6
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    I agree with Jumper, find the problem.
    Maybe post the problem code??

    SERIAL-- really simple example . Much more to add, but the basic idea.
    SEND
    Code:
    SEROUT2, PORTX.X, MODE,[DEC 9]
    RECEIVE
    Code:
    SERIN2, PORTX.X, MODE,[DEC VAR]
    IF VAR = 9 THEN LABELX
    Last edited by mackrackit; - 19th September 2008 at 15:07.
    Dave
    Always wear safety glasses while programming.

Similar Threads

  1. Free Project - 245 LED Display
    By T.Jackson in forum Code Examples
    Replies: 221
    Last Post: - 16th August 2009, 04:59
  2. Retrieving infos from multiple PICs on a bus/chain
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 15th October 2007, 04:42
  3. connect 2 PICs
    By drama in forum mel PIC BASIC
    Replies: 1
    Last Post: - 4th October 2007, 16:55
  4. Multiple PIC's with 1 crystal
    By puma in forum Schematics
    Replies: 11
    Last Post: - 20th March 2007, 17:02
  5. Replies: 5
    Last Post: - 20th August 2006, 23:09

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