Page 1 of 1

ID-4100 as Terminal - RT-Systems Data cable UDEV rules

Posted: Tue Oct 04, 2022 9:06 pm
by ab4mw
Greetings all. I thought I would begin my journey here with what is hopefully helpful to others. I have managed to figure out the UDEV rules for the RT-Systems data cable for the ID-4100a, namely the RTS-05 cable. All seems to work swimmingly with Pi-Star.

Content of the /etc/udev/rules.d/100-pistar.rules file. Once changed, do a reboot to avoid aggravation.

Code: Select all

#Icom TA 4100 (Presumably the standard ICOM "programming cable?"
# "Bus 001 Device 008: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC"
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", SYMLINK+="icom_ta"

#Added these rules for ID-4100a w/RT-Systems RTS-05 data cable
KERNEL=="ttyUSB[012345]", SUBSYSTEM=="tty", ATTRS{idVendor}=="2100", ATTRS{idProduct}=="9e5f", SYMLINK+="icom_ta"
KERNEL=="ttyUSB[012345]", SUBSYSTEM=="tty", ATTRS{idVendor}=="2100", ATTRS{idProduct}=="9e5f", ACTION=="add", RUN+="/bin/systemctl restart dstarrepeater"
Regards,
Mitch, AB4MW