-
-
Notifications
You must be signed in to change notification settings - Fork 23
mmrs: at command passthrough #408
Copy link
Copy link
Open
Labels
featureNew feature or requestNew feature or requestmmrsmodemmanager bindings cratemodemmanager bindings cratemodemmodem device and bearer managementmodem device and bearer management
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestmmrsmodemmanager bindings cratemodemmanager bindings cratemodemmodem device and bearer managementmodem device and bearer management
expose modem at command interface for debugging and advanced use.
api
wraps
Modem.Command(cmd, timeout).use cases
AT+CGMRAT+CREG?AT+CSQsafety
document that this is a low-level escape hatch. incorrect commands can disrupt modem state.
timeout handling
mm has its own timeout; if exceeded, returns an error. surface this as
ModemError::Timeout.