Menu

Python script talking serial port

2019-06-14
2019-06-22
  • Andres Basile

    Andres Basile - 2019-06-14

    Hello guys,
    I started learning a little bit of assembler few weeks back and when I found this project was glorious, thank you very much!
    While learning usart, two days ago, I started wonder what was difference about "serial monitor" and "serial port" so in process of find out, I ended writing a small script in Python to interact with my firmware.
    It is really simple, uses Python core libraries and tried to put comments as possible.

    I'm not sure if this right place to share it, if not, I apologizes in advance.
    Hope someone finds it useful.
    Andres.-

     
  • Santiago

    Santiago - 2019-06-22

    Hi Andres.

    Thanks for sharing your script.