Modbus on Raspberry Pi (Zero 2W) with USB Converter

Power on the Raspberry Pi before plugging in the USB interface, then to save the connected devices before plugging in the USB:

ls -1 /dev >> dev1.txt

Then plug in the USB and:

ls -1 /dev >> dev2.txt

Then, to find the new device attached:

diff dev1.txt dev2.txt