To make Logitech mouse to be recognized when it is inserted into the serial port in ubuntu follow the easy steps
Step :1 Open the file /etc/rc.local in your terminal
Step: 2 Type the code before exit 0
inputattach –microsoft /dev/ttyS0
Step 3: Reboot the machine.
Advertisement