Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Andre_Pretorius; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    20,509

    Re: User selectable baud rate

    Thanks Richard
    Just a question from what manual did you get the quote I had a look in the manual I got when I bought PBP and it does not match, is there a advance manual for PBP ?
  2. Replies
    8
    Views
    20,509

    Re: User selectable baud rate

    Thanks for this I had a look and it could have saved me a few hours - will definitely remember it now.
    I have another question in my quest for user select ability :is there some were I can read up...
  3. Replies
    8
    Views
    20,509

    Re: User selectable baud rate

    Hi all here is the code I use now and it works, 48M crystal on a PIC18F4550
    Next will be parity, I will copy the code again when it works

    If bRate = 0 THEN
    RCSTA = $90 ' Enable serial port &...
  4. Replies
    8
    Views
    20,509

    User selectable baud rate

    Hi all
    I am trying to select the baud rate via dip switches at start-up
    first attempt
    IF bRate = 2 then
    'DEFINE HSER_BAUD 14400 ' 14400 Baud
    ENDIF
    IF bRate = 3 then
    DEFINE HSER_BAUD 19200...
Results 1 to 4 of 4