On Thu, Mar 29, 2012 at 11:38 AM, Marco d'Itri <[email protected]> wrote: > On Mar 29, Scott Howard <[email protected]> wrote: >> This is an Arduino Uno >> crw-rw---- 1 root dialout 166, 0 2012-03-29 11:35 /dev/ttyACM0 > This looks like a random choice.
Their argument, perhaps, is that the arduino has a USB to TTL serial converter as the interface between the microcontroller board and the USB port. In theory, you can use that interface as a stand alone generic USB to TTL converter and in practice is used as such to program the microcontroller. It actually performs two way serial communication between a microcontroller and a computer over USB. Does dialout make sense in that case? Then, could the same be said about an in circuit serial programmer? It is basically a USB to serial converter with some extra pins/functions. It too does two way serial communication over USB. What group would make more sense? -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

