Hey everyone. I've been searching around and managed to figure out loading the usb-serial extension with the following
tce-load -wli usb-serial-KERNEL
This works and dmesg shows the device is assigned to /dev/ttyUSB0 after power on of the device, however when attempting to echo ascii text to the device as such:
echo "hello" > /dev/ttyUSB0 It just hangs and eventually after 30 seconds returns back to the terminal. My guess is the write is being blocked?
The device is not bricked, it works fine on a raspberry pi 3 with Centos7 installed with nothing more and I have a 2nd device here with the same chip which works as well on the rpi3 with centos 7 just fine as well. It seems both just won't read/write on the pi zero w with the usb-serial extension installed and im running out of ideas.
Any suggestions are welcome.