sushant-ht
sushant-ht
Is there a way to debug the process? to actually know how stepwise data is been handled? also I couldn't locate lwgsm_buff_write function in any file
Why I am unable to read SMS, I am trying to debug this library with lpc1768 & sim800c, but I am getting problems reading, I have added the log below...
This is a bug, in the below function you need to check for NULL condition, else following snippet fails and it invoke fault handler /* Create SMS thread */ _lwgsm_sys_thread_create(NULL,...
i have currently disabled CHECK_READY(); in fun lwgsm_sms_send & lwgsm_sms_read, i dont always receive SMS Ready from sim800c. same thing for sim7600e
i have same problem , need help
> Edit ESP32_curl_example/components/curl/lib/ssh.c and comment out access(). > > ``` > #if 0 > int access (const char *file, int type) > { > struct stat stbuf; > gid_t gid;...