Modem Auto Answer-Hanging for 1 min...


Results 1 to 22 of 22

Threaded View

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


    Did you find this post helpful? Yes | No

    Default

    Check all your routines, and make sure you don't use a GOTO to reach any sub-routines that end with RETURN.

    "EDIT"

    After looking at PBP's DONE routine, I doubt that's it either. I don't see anywhere in code where a string being sent is spread across any page boundaries either so my 1st guess wasn't any good.

    If shifting the routines around makes it work for the send part, are you sure everything else is working right after the shift?

    It could be stack overflow if you have a ton of nested gosubs or calls?
    Last edited by Bruce; - 19th August 2005 at 17:24.
    Regards,

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

Similar Threads

  1. No Modem response
    By jimboho in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 11th November 2004, 05:58

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