我正在尝试使用GDB通过MinGW在Windows机器上的串行线上调试远程目标。 target remote
命令GDB期望到设备驱动程序的路径(例如/ dev / ttyS0)以便连接到远程目标。我的机器上有4个功能正常的串口,但它们似乎从MinGW中看不到。有没有办法安装它们,或者这在自称为极简主义的MinGW中是不可能的?
我在MinGW,谷歌和这里进行了一些搜索,并且无法找到相关内容。
答案 0 :(得分:1)
Per @J.J Hakala com ports are just named com1
, com2
, etc in windows. They are in the root directory so ./com1
works as well. There is no need to install drivers.