如何使用TCL在Mac OSX中获取串口列表

时间:2017-09-21 05:41:12

标签: tcl

我想获取Mac OSX中所有串口的列表,以便将.img文件写入特定的调制解调器。我该怎么做?

1 个答案:

答案 0 :(得分:0)

基于此其他Stack Overflow问题及其答案:

  

Mac Command Line - List Available Serial Ports?

你这样做:

set serialPorts [glob -directory /dev "{tty,cu}.*"]

在我的Mac上(你的硬件可能会有所不同)我在结果列表中得到了这个:

/dev/tty.Bluetooth-Incoming-Port /dev/cu.Bluetooth-Incoming-Port