Back to articles

Tag archive

#rs232

H
Jan 10, 2019

How to communicate between AVR and PC using Virtual Serial Port Driver.

This article will talk about how to communicate between AVR and PC in a simple but quite comprehensive way. It's simple because I'm going to use a rather "classic" interface to communicate between AVR and PC, RS232 interface via COM ports. Comprehensive as I will guide you through the transition between AVR and PC, how to write program interface RS232 on the computer and on the AVR.

Jan 10, 20191 min read6 reactions0 comments