Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delay of 60 ms in USOWR command sequence #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 20, 2021

  1. Delay of 60 in USOWR

    From the UBlox AT Commands example App note:
    
    Request to write 100 data bytes into socket #0. Wait for "@" symbol indicating the data prompt is now open (AT commands are not allowed in data prompt).
    After the @ prompt reception, wait for a minimum of 50 ms before sending data.
    
    At the moment, there is no wait in the lib. I added a patch that sends the USOWR command and then wait blindly for 60 ms. I experienced troubles while waiting for the '@' prompt, so i just added a stupid delay(60) to fullfill the specs better than now. It's just a patch that can be certainly done better...
    CptHolzschnauz committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    406d2c1 View commit details
    Browse the repository at this point in the history