Serin & Watchdog Concept


Closed Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2009
    Location
    London
    Posts
    251

    Default Serin & Watchdog Concept

    Hi, this bothers me a lot so I wanted to ask here the relation between Serin and Watchdog timer.
    If I am using the command:

    Serin PortA.3,N2400,["BB"]

    What is more advisable, to leave the watchdog timer OFF or ON. I know PICBASIC Pro by default adds CLRWDT into the code at appropriate places automatically as you compile it.

    But what could be the side effects of leaving the WDT ON and also using the Serin Command above in the same code?

  2. #2
    Join Date
    Nov 2009
    Location
    London
    Posts
    251


    Did you find this post helpful? Yes | No

    Default

    Anyone there?

  3. #3
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    There is no problem using SERIN with the WDT ON or OFF.

    SERIN/SEROUT automatically keeps the WDT cleared if ON.
    DT

  4. #4
    Join Date
    Nov 2009
    Location
    London
    Posts
    251


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Darrel Taylor View Post
    There is no problem using SERIN with the WDT ON or OFF.

    SERIN/SEROUT automatically keeps the WDT cleared if ON.
    Thanks a lot Darrel

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