Skip to main content
NHing.1
Associate III
December 23, 2020
Solved

How do i read the response from Quctel M66 via UART on putty? I am using nucleo 32 controller.

  • December 23, 2020
  • 1 reply
  • 764 views

..

This topic has been closed for replies.
Best answer by Tesla DeLorean

You'd need to determine the UART connected to the VCP and that used by​ the modem, and then forward the data between the two.

1 reply

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
December 23, 2020

You'd need to determine the UART connected to the VCP and that used by​ the modem, and then forward the data between the two.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
NHing.1
NHing.1Author
Associate III
December 30, 2020

I changed the rx pin of controller from pin 15 to D4/A7

so that i am able to connect tx of mc66 to rx of controller.