Rf module baud rate


Closed Thread
Results 1 to 5 of 5
  1. #1

    Default Rf module baud rate

    Hello,
    I am experiment with the Linx TXM-418-LC AND RXM-418-LC modules. The manual states they are capable of sending and receiving serial data up to 5000 bits/second. I am using serout serpin,N2400, and serin serpin,N2400. Is this the right baud rate, I am assuming 2400 baud is 2400 bits per second. I am using a 16f628A processor, looking at the datasheet for the 16f628A I would think I would have less errors at 300k using a 4Mhz crystal. Or am I on the wrong track? Thanks

  2. #2
    skimask's Avatar
    skimask Guest

    Default

    Here's one thing to think about...
    If you're using a 628 on the TX end, and a 628 on the RX, and you're running them off the same crystal, using the same divisors for the baud rate generator, it won't matter how far off you are because both ends will be off by the same amount in the same direction.
    And serial ports (whether it's on a PIC or a PC) can generally tolerate being off the specified buad rate by a few percent either way.
    (also, baud doesn't necessarily equate to bits per second...although that's generally the way it's usually thought of)

  3. #3

    Default

    I was looking at the Ruf-Bot example online and their using the TWS-434 and RWS-434 for the wireless link. The sample code shows serial out @ 9600 but the datasheet show the maximum being 3k, is this possible? The module I am using maximum is 5k, I was just curious. Thanks

  4. #4
    skimask's Avatar
    skimask Guest

    Default

    Quote Originally Posted by tazntex View Post
    I was looking at the Ruf-Bot example online and their using the TWS-434 and RWS-434 for the wireless link. The sample code shows serial out @ 9600 but the datasheet show the maximum being 3k, is this possible? The module I am using maximum is 5k, I was just curious. Thanks
    I've used the same modules.
    They're rated for 3K (or 5K, whatever).
    I've been able to use mine at 19.2Kbps with fairly decent results, 9600 is nice, anything below that also works well.
    Just go with whatever works...

  5. #5

    Default

    I will try it at 9600 to start, I've been running at 2400. Thanks Again for the info

Similar Threads

  1. A Serial GLCD 128x64 Simple Project
    By Oldspring in forum Off Topic
    Replies: 0
    Last Post: - 8th March 2010, 21:58
  2. PIC 18f1220 EUSART Baud Rate Cache Problem
    By wklose99 in forum Off Topic
    Replies: 3
    Last Post: - 15th April 2008, 01:39
  3. Auto Baud Rate Detection
    By mytekcontrols in forum Serial
    Replies: 10
    Last Post: - 31st October 2005, 03:17
  4. PIC12F675, accuracy of baud rate with Internal Oscillator
    By Chris Mayhew in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 31st August 2005, 23:41
  5. Baud Rate and Timing Calculator
    By picnaut in forum General
    Replies: 3
    Last Post: - 23rd January 2004, 17:48

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