How can I monitor data on a serial port in Linux?

前端 未结 5 1395
忘掉有多难
忘掉有多难 2021-01-30 14:07

I\'m debugging communications with a serial device, and I need to see all the data flowing both directions.

It seems like this should be easy on Linux, where the serial

5条回答
  •  时光取名叫无心
    2021-01-30 14:47

    I have found pyserial to be quite usable, so if you're into Python it shouldn't be too hard to write such a thing.

提交回复
热议问题