UART send AT command and rcx response from MODEM

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
gamac_2277161
Level 1
Level 1

Good day all,

   

I am working on project using the UART component for serial communication with the NEOWAY M590E modem. In my project i wait till the ISR receives +PBREADY before it sends any AT command. 

   

The issue am have is upon sending my AT command using PutString, the command is written into my array which i use to receive response from the modem. Based on my perspective the PutString function is using my isr which was connected to Rx_Int of the UART component. 

   

Please how do i fix this bug?

   

attached is a copy of my project. 

0 Likes
5 Replies