Modem Auto Answer-Hanging for 1 min...


Closed Thread
Results 1 to 22 of 22

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default

    Sure Bruce. I run it through PM. So .hex it is.

    Ioannis
    Attached Files Attached Files

  2. #2
    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

  3. #3
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,133


    Did you find this post helpful? Yes | No

    Default

    Thanks Bruce for the look.

    Well, I double checked for the points you made as it would be possible. I could not find anything suspicious.

    Shifting the sub's around corrects one problem but creates another in another subroutine!

    I suppose I cannot have all the sub's together!!!

    Ioannis

  4. #4
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,133


    Did you find this post helpful? Yes | No

    Default

    I was wondering if there is a way to check if PBP Compiler changes the memory page where it should. Maybe we are missing a page boundary. Is it possible?

    Ioannis

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