开发者

Tool to Monitor Serial Port in USRP2

开发者 https://www.devze.com 2023-03-21 00:22 出处:网络
I am working on USRP2 and would like to read the debug messages. There is a serial port at the rear-end.

I am working on USRP2 and would like to read the debug messages. There is a serial port at the rear-end.

I connect a standard USB to 3.3v-level serial converter. But I am not sure, which tool to use to read the messages.

As per the specification, I could read the debug verbose message at 230400 baud.

Can we use Hyperterminal in Windows ? Any 3rd party tools or any tools in Linux would be helpful as well.

Thank开发者_JAVA百科s


I use minicom in Linux, Teraterm Pro in Windows.

(In a pinch in Linux you can do something like cat /dev/ttyUSB0 if you don't need to send anything back to your embedded system, and the default baud rate can be configured correctly...)

0

精彩评论

暂无评论...
验证码 换一张
取 消