Need help, high speed D/A converter, see code


Results 1 to 7 of 7

Threaded View

  1. #3
    rpatel's Avatar
    rpatel Guest


    Did you find this post helpful? Yes | No

    Talking baud rate

    I simply used the equation sets given in the picbasic pro manual for figuring xstal and spbrg for a needed baud rate.
    See attached Excel spreadsheet.
    I found another similar calculator(Excel) at this forum.
    (don't fret that variable wilma has some math to it, its a byte)
    ..
    Also, I have successfully communicated to a PC, and verified input data thru VB6 coding (at 115200 bps).
    ..
    And, verified bit timing and logic level voltages on a O-scope.
    ..
    SEE ATTACHED FILES.
    ..
    It seems as if there are other issues with HSERIN in the forum, and some are solved by watching the RCIF flag and then loading the RCREG into a byte variable., this didn't work for me.
    ..
    IS there anyplace that explains the HSERIN command completely?..
    ..
    I don't understand a few things about the command:
    my interpretation of Pic basic pro manual:
    HSERIN (parity) , (timeout goto label), [variable to load into]
    ..
    but from what I have seen in the forum, its actually:
    HSERIN (time in ms for timeout), (timeout goto lable), [variable to load into]
    ..
    Much appreciated thanks for anyone's help!!
    ..
    Attached Files Attached Files

Similar Threads

  1. High Resolution Timer & Speed Calculator
    By WOZZY-2010 in forum Code Examples
    Replies: 4
    Last Post: - 7th February 2010, 16:45
  2. Making Program Code Space your playground...
    By Melanie in forum Code Examples
    Replies: 15
    Last Post: - 19th July 2008, 08:26
  3. Replies: 14
    Last Post: - 26th September 2007, 05:41
  4. Someone help me to simplify this
    By thrix in forum General
    Replies: 4
    Last Post: - 21st February 2004, 05:01
  5. Help wanted..
    By thrix in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 17th February 2004, 23:44

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