摘要:
1.查询所有串口名称 String[] Portname = SerialPort.GetPortNames();12.通过串口名(serial_name)查看串口是否被占用 int TestSerial(String serial_name){ try { using (SafeFileHandl 阅读全文
摘要:
官网:https://docs.microsoft.com/en-us/visualstudio/debugger/debugger-tips-and-tricks?view=vs-2019 了解Visual Studio中调试器的生产力提示和技巧 2018年6月15日 7分钟阅读 阅读本主题,以了 阅读全文