radio pic connection


Closed Thread
Results 1 to 4 of 4
  1. #1
    taos's Avatar
    taos Guest

    Default radio pic connection

    Hi! This is my first msg... (this is a great community )

    I'm trying to connect a 16f876a with a Transceiver IC (RF600T from RF solutions) and a fm transmitter to a PC with another transceiver IC and a fm receiver so:
    Can I use any digital output PIN to connect 876 with the RX of the transceiver?
    What command must I use ?(SEROUT?)

    I don't understand the difference between sending serial bits through any output pin and sending serial bits through UART pin...



    Regards.

  2. #2
    Join Date
    Oct 2005
    Posts
    34


    Did you find this post helpful? Yes | No

    Wink pyrro

    Hi taos
    The FM frequency 88-108MHz is to low for serial transmition you have to go to UHF 433.92MHz is fine and it is legal in most country's you can work up to 14000 BPS with a 4MHz xtal

  3. #3
    Join Date
    Oct 2005
    Posts
    34


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by taos
    Hi! This is my first msg... (this is a great community )

    I'm trying to connect a 16f876a with a Transceiver IC (RF600T from RF solutions) and a fm transmitter to a PC with another transceiver IC and a fm receiver so:
    Can I use any digital output PIN to connect 876 with the RX of the transceiver?
    What command must I use ?(SEROUT?)

    I don't understand the difference between sending serial bits through any output pin and sending serial bits through UART pin...



    Regards.
    I will recommend that you start off with SEROUT on standard I/O, the UART is a bit more complicated for beginners, use one pin as input and another as output, remember to use a qualifier ["A"] it is sort of a handshake if you need more help [email protected]
    Last edited by ChrisMicro; - 25th February 2006 at 00:44.

  4. #4
    Join Date
    Oct 2005
    Posts
    34


    Did you find this post helpful? Yes | No

    Default tos

    Quote Originally Posted by ChrisMicro
    I will recommend that you start off with SEROUT on standard I/O, the UART is a bit more complicated for beginners, use one pin as input and another as output, remember to use a qualifier ["A"] it is sort of a handshake if you need more help www.pyrro.com
    ......................

Similar Threads

  1. Automatic VB6 to pic serial connection
    By arniepj in forum Code Examples
    Replies: 13
    Last Post: - 10th January 2008, 07:57
  2. Replies: 15
    Last Post: - 30th October 2007, 19:25
  3. USB PIC without USB Connection
    By Tissy in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 26th December 2005, 17:39
  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. PIC 2 PIC wireless connection
    By MegaADY in forum General
    Replies: 1
    Last Post: - 24th June 2004, 01: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