[Ftdi-usb-sio-devel] new B&B 422 converter
Brought to you by:
bryder
From: Thys M. <st...@gm...> - 2009-01-15 13:40:57
|
Hi, I've encountered a new B&B electronics device in the wild, it's a 422 converter Model 485USB9F-4W, and would like to report the product id for inclusion in ftdi_sio.h. I currently use the device using the /proc/ trick: echo 0856 ac26 > /sys/bus/usb-serial/drivers/ftdi_sio/new_id Vendor ID (B&B) 0x0856 Product ID (485USB9F-4W) 0xac26 The B&B section may be expanded with the last BANDB_USB9F_PID product ID /* * Definitions for B&B Electronics products. */ #define BANDB_VID 0x0856 /* B&B Electronics Vendor ID */ #define BANDB_USOTL4_PID 0xAC01 /* USOTL4 Isolated RS-485 Converter */ #define BANDB_USTL4_PID 0xAC02 /* USTL4 RS-485 Converter */ #define BANDB_USO9ML2_PID 0xAC03 /* USO9ML2 Isolated RS-232 Converter */ #define BANDB_485USB9F_PID 0xAC26 /* 485USB9F-4W RS-422 Converter */ ------------patch--------------- [thys@thys ftdi_sio]$ diff -c ftdi_sio.h ftdi_sio_patched.h *** ftdi_sio.h 2008-12-01 16:50:18.000000000 +0200 --- ftdi_sio_patched.h 2009-01-15 15:25:04.000000000 +0200 *************** *** 360,365 **** --- 360,366 ---- #define BANDB_USOTL4_PID 0xAC01 /* USOTL4 Isolated RS-485 Converter */ #define BANDB_USTL4_PID 0xAC02 /* USTL4 RS-485 Converter */ #define BANDB_USO9ML2_PID 0xAC03 /* USO9ML2 Isolated RS-232 Converter */ + #define BANDB_485USB9F_PID 0xAC26 /* 485USB9F-4W RS-422 Converter */ /* * RM Michaelides CANview USB (http://www.rmcan.com) ------------patch--------------- Thanks and regards -- Thys Meintjes |