/fastdetect /debug /debugport=com1 /baudrate=115200
boot.ini 设置这个
-k com:port=//./pipe/com_1,baud=11520,pipe
创建Windgb快捷方式后,在“目标”后面追加:"D:/Program Files/Debugging Tools for Windows/windbg.exe" -k com:port=//./pipe/com_1,baud=11520,pipe
虚拟机:
创建SerialPort, 选中:Connect at power on,
Use named pipe:
1, //./pipe/com_1
2, This end sever
3, The other end is application
选中Yield cpu on poll
=======
本文介绍如何通过Windgb进行串口调试。首先需要在boot.ini中设置/fastdetect/debug/debugport参数,然后创建Windgb快捷方式,并在目标路径后添加特定的调试参数。此外,还需要在虚拟机中创建SerialPort并进行相应配置。
722

被折叠的 条评论
为什么被折叠?



