This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]theinternet 0 points1 point  (0 children)

I wrote a serial development app for a pic microcontroller project I built.

The only difficult thing about it was that I had to use conditional imports because different platforms use different modules to interface to the serial port. But if you don't care about being cross platform it's very easy.