On 11/23/2013 11:29, [email protected] wrote: > "ls /dev/ttyA*" produces: > > "/dev/ttyACM0 /dev/ttyACM1" > > The ACM0 is yellow, the ACM1 is blue. > > No idea why the different colors.
For the standard colors in a terminal at linux, blue is a symbolic link and yellow is a special device. Use the -l (dash ell) option for ls to see the symbolic link: ls -l /dev/ttyA* _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
