HighSpeed A/D and Baud Rates


Results 1 to 3 of 3

Threaded View

  1. #2
    Join Date
    Sep 2007
    Location
    USA, CA
    Posts
    271


    Did you find this post helpful? Yes | No

    Default

    Im sending HSEROUT [ bin ADRESH,Bin ADRESL," "] Is this 3 bytes of data total or 6 bytes?
    No.
    It's actually 17 bytes. The "BIN" qualifier sends one byte for each bit, either "0" or "1". If you want 3 bytes, you need to delete the two "BIN":

    HSEROUT [ ADRESH, ADRESL," "]

    BTW, If you want fast a/d, then you need to start the new a/d conversion as soon as the last one was finished--don't wait until after your serial is sent.
    Last edited by tenaja; - 13th January 2010 at 23:51. Reason: add sample

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. DEBUG baud rates
    By btaylor in forum Serial
    Replies: 6
    Last Post: - 23rd January 2006, 12:00
  3. Auto Baud Rate Detection
    By mytekcontrols in forum Serial
    Replies: 10
    Last Post: - 31st October 2005, 02:17
  4. Faster baud rates with SEROUT commands
    By TurboLS in forum PBP Wish List
    Replies: 1
    Last Post: - 19th February 2005, 10:05
  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