문제

I am programming an ARM Cortex M3. I have stdout functions operating on the USART port. How should I monitor the data sent through USART by my board on my Windows 7 computer? Is there standard "USART packet sniffers" I should use?

도움이 되었습니까?

해결책

Monitoring serial port I/O in windows involves installing software that sits between the serial port driver and your application. There are a number of tools that do this, varying in utility, compatibility and cost:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top