cAT
cAT copied to clipboard
Plain C library for parsing AT commands for use in host devices.
Hello, I noticed that the `cat_init()` function supports an argument for a mutex. Is the mutex intended to be used to protect in environments with multiple core CPU? One of...
hi: Thank you very much for the convenience of your excellent code framework.and I want to share 2 patch for ack extension. please review If code requirements are met.Thank you...
I have been testing cAT locally using a Linux machine and compiling with GCC and all is working fine. This is how I have the comms interface set. static int...
wishlist: add an option for run to return without OK. or does it misses something at: case CAT_RETURN_STATE_DATA_NEXT: case CAT_RETURN_STATE_NEXT: break; ?
Is possible to receive variable length data after command? Example: ``` AT+CMQTTTOPIC=0,11 >simcomtopic OK AT+CMQTTPAYLOAD=0,13 >simcompayload OK ```
Timeout?
Does it make sense to add a timeout capabilities ? Or is possible to implement some flush/reset of the internal state?
Hello, While using your library, i've been trying to send hex values into a buffer using CAT_VAR_BUF_HEX. Every hex value i send over has to be even, for example if...
Hi, I'm running cAT on a host nRF52811 MCU attempting to communicate with a Quectel BC660 AT module. I've established UART communication prior to this and now I want to...
Hello, I've been digging into this library and trying to write a new function to handle 'double' or 'float' data types. Right now the best I have is writing and...
Hello, I looked at the examples for usage for this library. In readme, It says this library for host devices. I have some questions. 1-For example, I have a device...