I Would like to know how to write a driver to communicate with a custom arduino
I Would like to know how to write a driver to communicate with a custom arduino
I am assuming you would want to connect a PC to the Arduino, if so then the easy thing is to include an FTDI chip or the 16U as used on the UNO
Most PC's no longer have serial ports and as FTDI / USB interfaces as used on the Arduinos are so cheap, it is the easiest approach
I am assuming you would want to connect a PC to the Arduino, if so then the easy thing is to include an FTDI chip or the 16U as used on the UNO
Most PC's no longer have serial ports and as FTDI / USB interfaces as used on the Arduinos are so cheap, it is the easiest approach
Thanks!