Serout instead of Hserout


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2005
    Location
    New Jersey
    Posts
    425

    Default Serout instead of Hserout

    I need to blast data out of the PIC. Is there any difference between Serout and Hserout? Using software, does it make the communication slower?

  2. #2
    Join Date
    Dec 2012
    Posts
    41


    Did you find this post helpful? Yes | No

    Default Re: Serout instead of Hserout

    difference is that one uses serial usart on chip and one does it through software. yes, software is slower, but only to a point, but if you only run it at 9600 baud rate, which most projects use, it doesnt matter. also, hserout can send and recieve the data while the rest of the loop is running where as serout has to wait till it's done to go through the loop.

Similar Threads

  1. SEROUT,HSEROUT or DEBUG ? max 232 or no max232 ?
    By Dennis in forum mel PIC BASIC Pro
    Replies: 27
    Last Post: - 28th April 2017, 17:09
  2. SEROUT or HSEROUT "ODD" parity
    By RFsolution in forum Serial
    Replies: 7
    Last Post: - 9th December 2006, 10:34
  3. Serin,Serout,Hserin,Hserout
    By Pesticida in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 28th June 2005, 09:27
  4. hserout VS serout
    By johnson in forum General
    Replies: 2
    Last Post: - 3rd August 2004, 19:50
  5. SerOut, SerOut2 or HSerOut
    By FrankM in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 1st August 2004, 15:24

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