Any different between USART and EUSART?


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    2,597

    Default Any different between USART and EUSART?

    Wow, tough crowd.
    http://www.microchip.com/forums/tm.a...&mpage=1&key=&

    I had the same question tonight, happy I used google. I may be able to "find stuff" in a datasheet, it doesn't mean I understand everthing. Quite often things pass over my head and I have to go back a few times before it sinks in.

    I hope we don't come across that "unwilling" (sorry, only word that comes to my francophone mind) to help a new guy. We can't assume everyone is fluent in datasheetian. I remember the first time I came here, it was quite overwhelming, and that was with 16F PICs. I was fortunate to find Mr E that lives 30 minutes from here.

    I'm not bashing Microchip forum, tons of info and competent people there. Just making an observation.

    Robert The Eternal Noob

  2. #2
    russellperry's Avatar
    russellperry Guest


    Did you find this post helpful? Yes | No

    Default Re: Any different between USART and EUSART?

    The E stands for Enhanced Usart, its basically the same but with some extra features like Sleep/ Wake up on receive.

    You do not need a Usart module to send out serial data, you can simply use your program to send out the data, known as a software usart or bit banging.

    With Hardware Usart the incoming or outgoing byte of data is passed to / from the main program code and the Usart module takes care of all the complicated timings.

    You don't say what programming language you are using ; just do a web search for Pic Usart tutorial to see many examples.

Similar Threads

  1. Has anyone interfaced a PIC to a V2DIP1 module using EUSART?
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 21st January 2012, 01:23
  2. 18F6722 EUSART Question
    By circuitpro in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 10th July 2010, 03:20
  3. Need help multiplexing EUSART output
    By Kamikaze47 in forum mel PIC BASIC Pro
    Replies: 34
    Last Post: - 7th April 2008, 19:17
  4. EUSART Stop Receiving
    By CocaColaKid in forum Serial
    Replies: 1
    Last Post: - 27th June 2007, 18:54
  5. Eusart?
    By rastan in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 27th January 2005, 22:50

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