Skip to content
  • Rob Swindell's avatar
    eec4167a
    Implement write-retry in modem_send() · eec4167a
    Rob Swindell authored
    In attempt to address the "Error 11" (EAGAIN) error theat Nelgin sees when
    configuring some longer modem init strings on Linux.
    
    This is just a single retry (after a yield) after any modem command char
    send failure (for any reason), including the terminating carriage-return.
    
    See issue #662 to details.
    eec4167a
    Implement write-retry in modem_send()
    Rob Swindell authored
    In attempt to address the "Error 11" (EAGAIN) error theat Nelgin sees when
    configuring some longer modem init strings on Linux.
    
    This is just a single retry (after a yield) after any modem command char
    send failure (for any reason), including the terminating carriage-return.
    
    See issue #662 to details.
Loading