A serial monitor completely developed using python
pip install pyserialThis serial monitor wait for a special character to print the received data on the screen, End each transmission with a new line character ('\n')
- Run the main program with:
python serial_monitor.py-
Select the right COM port from the tab at the bottom of the window.
-
Then start receiving and transmitting datas