Serout/Serout2 on pin RC6


Results 1 to 15 of 15

Threaded View

  1. #6
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132

    Default

    Yes. This is the problem. When there is a Hserout command inside the program (no matter where, even at the end), the TX pin is engaged by the UART and cannot be controlled.

    Now I have to find out how to release it from the UART control.

    TXSTA=2 and RCSTA=0 did not help.

    What I really want to do is to emulate a 1200 baud trasnmission of one zero (0), like this:

    LOW PORTC.6
    PAUSEUS 7500
    HIGH PORTC.6

    That way there is no need to deal with BAUD rate change. If it only worked...

    Ioannis
    Last edited by Ioannis; - 11th December 2008 at 13:57.

Similar Threads

  1. Is this a K Type sensor?
    By jessey in forum mel PIC BASIC Pro
    Replies: 20
    Last Post: - 21st November 2009, 13:55
  2. DS1820 with 16f688
    By jessey in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 23rd May 2009, 05:07
  3. Serout/Serout2 and PIC18F97J60 (100 pin)
    By mikebar in forum Serial
    Replies: 10
    Last Post: - 20th May 2008, 04:16
  4. Microcontroller with 2 way paging application problem
    By oneohthree in forum mel PIC BASIC Pro
    Replies: 30
    Last Post: - 20th April 2007, 17:27
  5. Another RTC, DS1287
    By DavidK in forum Code Examples
    Replies: 0
    Last Post: - 12th December 2006, 17:07

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