uC Hangs after second serout command


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default Re: uC Hangs after second serout command

    In Check_Data you have RETURNs, but you're not using GOSUBs to get there, so replace the RETURNs with GOTOs to get back.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  2. #2


    Did you find this post helpful? Yes | No

    Default Re: uC Hangs after second serout command

    Funny in 2.47 version of the compiler the timeout lable works with returns
    I see that 3.00 does not accept the return.

  3. #3
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default Re: uC Hangs after second serout command

    As far as I know, the timeout/label option has always used a GOTO to get to the label after the timeout period has expired. I can't say why it would have worked on an earlier version. Maybe luck...
    Last edited by Bruce; - 17th August 2011 at 15:23.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  4. #4


    Did you find this post helpful? Yes | No

    Default Re: uC Hangs after second serout command

    time out....go sit on the bench,
    timeout only needed for serin !

    don
    amgen

  5. #5
    Join Date
    Mar 2003
    Location
    Commerce Michigan USA
    Posts
    1,166


    Did you find this post helpful? Yes | No

    Default Re: uC Hangs after second serout command

    NL2TTL, The statement: Funny in 2.47 version of the compiler the timeout lable works with returns
    I see that 3.00 does not accept the return. Only makes sense if the timeout actually happened inside of a subroutine. Otherwise, where are you returning to?
    Dave Purola,
    N8NTA
    EN82fn

  6. #6


    Did you find this post helpful? Yes | No

    Default Re: uC Hangs after second serout command

    could check PARITY BIT 13 in mode, manual says must=1


    don

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