-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AT Messages Debug #23
Comments
Library does not support this feature as not all commands are processed through same internal channel. |
Hi @MaJerle In fact, it would be perfect if it could be possible. Can you guide me how should i do this? Using STM32F7 with keil and freertos (with CMSIS V2). Edit: For transmitting commands from mcu, it is easy. just call debugger tx function. But what about for receive response from module? How it would be done? If i am not wrong, you are receiving data via DMA. So i have to wait for all data come in. Do i miss anything? |
Well, there is a function Port for win32 supports this. |
Hello,
Is it possible to see sended and received at messages between mcu and module?
I enabled all the debug modes but no luck.
I dont want to make any changes on the library functions. But i think it could add on the received data process function. Am i correct?
The text was updated successfully, but these errors were encountered: