Results 228 comments of Tilen Majerle

I find it very hard to use SSL with SIM800. There should be a command `AT+CIPSSL` to enable SSL but seems that it doesn't work always. So technically SSL shall...

So far I have no defined roadmap of the lib. I'm more than open to get proposals from community.

I was hoping that I could make it easily to port, but in reality this means change of all AT command calls, parsing of all responses. Only high-level API calls...

High-level application code must be platform independent, therefore anything linked to arch must be done in low-level part only.

SIM7000E is unfortunately not directly supported with this library. It does not have the same AT commands set and would need (almost) complete re-write of low-level library part.

Library does not support this feature as not all commands are processed through same internal channel. if this is necessary, low-level driver shall implement this debug, part where you have...

Well, there is a function `gsm_input_process` which accepts received characters for processing. You can call your *debugger rx* function afterwards with same data to send these to your PC (or...

Doyou know what was instruction causing hardfault? Which core do you use?

Cmsis-os2 is working well. Function is blocking yes.

This implementation is not available in the lib at the moment