110 Baud Serial Communications - Possible?


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2005
    Posts
    44

    Default 110 Baud Serial Communications - Possible?

    Im looking at using PIC's for a serial interface / converter for some legacy equipment, which requires a baud rate of 110bps.

    Is there any way a pic can go down to 110bps for serial input and output?
    All i have found so far is some info on 300.

  2. #2
    Join Date
    Sep 2005
    Location
    Campbell, CA
    Posts
    1,107


    Did you find this post helpful? Yes | No

    Default

    You should be able to do this easily.

    The method depends on whether or not you are using software (SERIN2/SEROUT2) or hardware (HSERIN/HSEROUT) UARTS.

    For SERIN2/SEROUT2 you can use the formula given on page 129 of the PBP manual -

    MODE = (1000000/baud) - 20


    For HSERIN/HSEROUT check the datasheet for your processor. You will have to directly set BRGH and SPBRG according to your oscillator frequency.
    Charles Linquist

Similar Threads

  1. A Serial GLCD 128x64 Simple Project
    By Oldspring in forum Off Topic
    Replies: 0
    Last Post: - 8th March 2010, 20:58
  2. Serial reading of binary at 75 baud
    By JasonMarsh in forum Serial
    Replies: 5
    Last Post: - 20th February 2008, 16:36
  3. Can PicBasic support 56700 serial baud?
    By dw_picbasic in forum mel PIC BASIC
    Replies: 9
    Last Post: - 5th February 2007, 01:42
  4. Auto Baud Rate Detection
    By mytekcontrols in forum Serial
    Replies: 10
    Last Post: - 31st October 2005, 02:17
  5. Baud Rate and Timing Calculator
    By picnaut in forum General
    Replies: 3
    Last Post: - 23rd January 2004, 16:48

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