Serial port monitoring with PIC

Peet19

Member
Hi everyone!
I just have a quick question. Is it possible to monitor the serial port with a PIC?
Like with ESP32 or arduino?
Thank you in advance for your help!
 
The other approach is to get a USB–UART converter like the one shown here.

Connect the adapter's RX pin to the PIC TX pin, and the adapter's TX pin to PIC RX pin, and you can see anything you print from the PIC to the UART using a terminal emulator on your PC.

I prefer adapters using the CH340 chip, as there seem to be fewer problems with obsolete versions and fake versions.

The jumper on this type of adapter is a bit confusing – it sets the logic level on the TX and RX pins. Set it to match the voltage the PIC is using.

 
Hi everyone!
I just have a quick question. Is it possible to monitor the serial port with a PIC?
Like with ESP32 or arduino?
Thank you in advance for your help!
Seems everyone answered the question that wasn't asked. They answered "how to monitor a serial port with a P.C."

Sorry, just being pedantic.

Mike.
Actually, #2 might be (is) correct.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…