Hi,
I am using a CH341-UART convertor ( which converts RS 485 serial to USB). This gets detected on RPi as confirmed by lsmod and dmesg. However i am not able to communicate with my host device. A lot of googling led me to understand that this is a known issue with Linux.
http://git.kernel.org/cgit/linux/kernel ... 423d17538e shows that a single line needs to be added to ch341.c file.
I do not see ch341.c file and i did a recursive grep to find it. However i was able to find ch341.ko file, which obviously is not a native source file.
What is the recommended procedure in such a case?