Hacker News new | past | comments | ask | show | jobs | submit login

Speaking of which, does anybody know a good freestanding C library that doesn't use dynamic allocation for the Hayes AT protocol?



I've certainly had to implement AT commands in C, but within a proprietary codebase.

It's tough to do in a freestanding way given that it's a command-response protocol. It's very convenient to depend on the specific uart API that's available.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: