osx - How to find COM port for PuTTy (Mac) -
i doing lab class using code composer studio , tiva launchpad. using macbook , have downloaded putty using macports. putty running have type in serial line communicate ccs , launchpad.
it necessary type in serial line connection work, putty serial line
any or direction appreciated! first time posting sorry if unclear @ point.
here's easy way find device special file device.
unplug device , reboot system.
get list of device special files in /tmp/a
ls /dev > /tmp/a now plug in device , wait few seconds, , list of device special files again, time in /tmp/b:
ls /dev > /tmp/b now compare /tmp/a /tmp/b:
opendiff /tmp/a /tmp/b # yes, use "opendiff /tmp/[ab]" whatever new in file /tmp/b corresponds plugged in.
Comments
Post a Comment