Receiving (Relatively) High Speed Serial Data


Closed Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2004
    Posts
    61

    Default Receiving (Relatively) High Speed Serial Data

    Greetings,

    I'm in the beginning stages of a project where one master PIC (likely a 16F88 @ 20 MHz) will be sending serial data to a string of 20-30 12F629s.

    The smaller chips will be running on the internal oscillator @ 4 MHz. And no, they don't have a USART.

    The repeating data stream will consist of a start character and 3-byte 'chunks' for each downstream PIC, ie

    '*', 1A, 1B, 1C, 2A, 2B, 2C, 3A, 3B, 3C ... 29A, 29B, 29C

    Each downstream PIC will be hard-programmed to listen only for data relating to its address, ie 1, 2 or 3... 29

    My question:

    How can I *reliably* get these downstream clockless wonders to receive data at speads greater than 9600 baud? I'd love for them to receive at 19,200 if I can pull it off.

    This would let me update my data stream at a rate of 30 Hz or so...

    Thoughts?

    John

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    maybe DEBUG statement can work fine... better than serin or serin2 i think. Don't forget to set the OSCCAL and it suppose to work.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  3. #3
    Join Date
    Jan 2010
    Posts
    51


    Did you find this post helpful? Yes | No

    Default Re: Receiving (Relatively) High Speed Serial Data

    Is it possible to Send/Receive data at 9600/19200 with 4MHz internal OSC?

Similar Threads

  1. Using Nokia LCD
    By BobP in forum mel PIC BASIC Pro
    Replies: 300
    Last Post: - 3rd May 2018, 04:47
  2. Old and beyond help ?
    By DavidFMarks in forum mel PIC BASIC Pro
    Replies: 46
    Last Post: - 11th December 2008, 15:23
  3. Big characters on HD44780 4x20
    By erpalma in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 7th January 2007, 02:21
  4. LCD + bar graph
    By DynamoBen in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 5th October 2005, 14:50
  5. Sinus calculating !
    By Don Mario in forum mel PIC BASIC Pro
    Replies: 29
    Last Post: - 28th November 2004, 23:56

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