PIC 2 PIC wireless connection


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2004
    Posts
    43

    Default PIC 2 PIC wireless connection

    Hello ! I have to send a data package from PIC A to PIC B, and I have a little space for that.
    I thought about two wireless module Tx and Rx, like theese.

    http://www.commlinx.com.au/RLP433.htm
    http://www.commlinx.com.au/TLP433.htm

    My question is: Shall I be able to use OWIN and OWOUT instructions ?
    I never worked with them , and for The moment I can not test this.
    Or, there is another way to transmit data, having only one data channel ?
    Thank you for your time.

  2. #2
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    No, OWIN and OWOUT will not work. They are really intended for the One-Wire devices. A radio link is not instantly bi-directional so makes this communications method unsuitable as it relies on fast and precise timing events happening on the same wire.

    Asynchronous Data, preferably Manchester encoded (or similar) is the method to consder. See DEBUG, DEBUGIN, SEROUT, SERIN, SEROUT2 and SERIN2 - or you could create your own.

Similar Threads

  1. Replies: 288
    Last Post: - 25th August 2008, 16:53
  2. Pic to GSM Phone connection
    By samertop in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 14th July 2005, 13:40
  3. how to connect 2 LCDs on a PIC
    By f1fco in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 15th April 2004, 17:59
  4. Pic to Pic communication?
    By Rob Martin in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 11th April 2004, 19:41
  5. Serin2/Serout2 PIC 2 PIC
    By actionplus in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 22nd March 2004, 06:46

Members who have read this thread : 1

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