Parse response
Open
- Dominant language
- C++
- Stars
- 39
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I'm trying to parse the response of AT Command.
In telnet, i can test the command AT and it will response two empty lines and the response OK and an empty line after that. For example
```
AT
OK
```
How i can read that response, since `at.recv("OK")` returns false.
Thank you for the help!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.