Communicate with PC at baud rate :115200 bps


Results 1 to 15 of 15

Threaded View

  1. #10
    Join Date
    Mar 2006
    Location
    INDIA
    Posts
    89


    Did you find this post helpful? Yes | No

    Talking

    Quote Originally Posted by skimask View Post
    Well, that'll work too, because you're using the HARDWARE USART.
    The note at the back of the book is for SERIN(2)/SEROUT(2).
    The O/P didn't specify if hardware or software serial was being used...
    You 'r right skimask,
    We cannot achive 115200 baud with SERIN2, According to manual and limitation of compiler,
    But i think one day we all will use SERIN2 at 115200 baud as below,

    DEFINE OSC 20
    INCLUDE "My_Lcd.bas"
    INCLUDE "DT_INTS-14.bas"
    INCLUDE "LCDbar_INC.bas"
    INCLUDE "DT_INS-SERIN2.bas"


    B0 var word
    Main:
    @ DT_SERIN2 , 115200, [B0]

    LCDOUT $fe,1, "Value", DEC 5 B0
    pause 200
    goto main

    Sory Sir Darrel Taylor, its impossible for us to achive 115200 baud in serin2 mode without your MAGIC code.
    Last edited by precision; - 9th March 2008 at 09:35.

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. pic18f4520 baud rate change to 115200
    By caltex88 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 30th September 2007, 08:41
  3. Auto Baud Rate Detection
    By mytekcontrols in forum Serial
    Replies: 10
    Last Post: - 31st October 2005, 02: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, 22:41
  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 : 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