1

シリアルポートに wrt 以下で表示されるエラーを説明するのに役立つものがあるかどうか疑問に思っています。

USB-to-RS485 コードを使用して、epever ソーラー コントローラーに接続しています。Modbus経由でレジスタを読み取るための小さなpython3プログラムがあります。Python3とpymodbusを使用して、Windowsで正常に動作しています。

Raspian 用のドライバーをコンパイルするための指示をいくつか見つけ、それをロードして受け入れました。しかし、Windows で行ったのと同じプログラムを実行すると、「dmesg」コマンドに対する応答として以下のような結果が得られません。

誰かがこれが何を意味するのか知っていますか?何かを試す手がかりがあれば?

ありがとう

[  448.075850] cdc_xr_usb_serial 1-1.3.1:1.0: xr_usb_serial_port_activate
[  448.076258] cdc_xr_usb_serial 1-1.3.1:1.0: xr_usb_serial_ctrl_msg - rq 0x22,                                                     val 0x3, len 0x0, result 0
[  515.951828] cdc_xr_usb_serial 1-1.3.1:1.0: xr_usb_serial_tty_close
[  515.951876] cdc_xr_usb_serial 1-1.3.1:1.0: xr_usb_serial_port_shutdown
[  515.952299] cdc_xr_usb_serial 1-1.3.1:1.0: xr_usb_serial_ctrl_msg - rq 0x22,                                                     val 0x0, len 0x0, result 0
[  515.952339] cdc_xr_usb_serial 1-1.3.1:1.0: xr_usb_serial_ctrl_irq - urb shutt                                                    ing down with status: -2
[  515.952375] cdc_xr_usb_serial 1-1.3.1:1.1: xr_usb_serial_read_bulk_callback -                                                     non-zero urb status: -2
[  515.952417] cdc_xr_usb_serial 1-1.3.1:1.1: xr_usb_serial_read_bulk_callback -                                                     non-zero urb status: -2
[  515.952450] cdc_xr_usb_serial 1-1.3.1:1.1: xr_usb_serial_read_bulk_callback -                                                     non-zero urb status: -2
[  515.952478] cdc_xr_usb_serial 1-1.3.1:1.1: xr_usb_serial_read_bulk_callback -                                                     non-zero urb status: -2
[  515.952506] cdc_xr_usb_serial 1-1.3.1:1.1: xr_usb_serial_read_bulk_callback -                                                     non-zero urb status: -2
[  515.952534] cdc_xr_usb_serial 1-1.3.1:1.1: xr_usb_serial_read_bulk_callback -                                                     non-zero urb status: -2
[  515.952612] cdc_xr_usb_serial 1-1.3.1:1.1: xr_usb_serial_read_bulk_callback -                                                     non-zero urb status: -2
[  515.952649] cdc_xr_usb_serial 1-1.3.1:1.1: xr_usb_serial_read_bulk_callback -                                                     non-zero urb status: -2
[  515.952730] cdc_xr_usb_serial 1-1.3.1:1.1: xr_usb_serial_read_bulk_callback -                                                     non-zero urb status: -2
[  515.952769] cdc_xr_usb_serial 1-1.3.1:1.1: xr_usb_serial_read_bulk_callback -                                                     non-zero urb status: -2
[  515.952806] cdc_xr_usb_serial 1-1.3.1:1.1: xr_usb_serial_read_bulk_callback -                                                     non-zero urb status: -2
[  515.952883] cdc_xr_usb_serial 1-1.3.1:1.1: xr_usb_serial_read_bulk_callback -                                                     non-zero urb status: -2
[  515.952922] cdc_xr_usb_serial 1-1.3.1:1.1: xr_usb_serial_read_bulk_callback -                                                     non-zero urb status: -2
[  515.953000] cdc_xr_usb_serial 1-1.3.1:1.1: xr_usb_serial_read_bulk_callback -                                                     non-zero urb status: -2
[  515.953037] cdc_xr_usb_serial 1-1.3.1:1.1: xr_usb_serial_read_bulk_callback -                                                     non-zero urb status: -2
[  515.953115] cdc_xr_usb_serial 1-1.3.1:1.1: xr_usb_serial_read_bulk_callback -                                                     non-zero urb status: -2
[  515.953307] cdc_xr_usb_serial 1-1.3.1:1.0: xr_usb_serial_tty_cleanup
4

0 に答える 0