cypress dual channel serial-usb problem in raspbian

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
faM_4540176
Level 1
Level 1

i bought a light engine and it consists of cypress dual channel module. i use raspbian stretch lite. the problem is that when i attach the device with usb cable to raspberry pi, "lsusb" shows the device but no there is no node created in "/dev" like: /dev/ttyUSB0 . i installed CyUSBSerial_SDK_Linux, nothing happened. "dmesg" command shows the device is connected but no tty is bonded.

0 Likes
1 Solution

Hello,

Yes, the nodes are created only in CDC mode. When using vendor mode (I2C or SPI) libusb is used. As I mentioned earlier, please refer to the TestUtility.c provided with the Linux SDK CyUSBSerial_SDK_Linux for an example of host application to communicate with the I2C interface.

Best Regards,

Yatheesh

View solution in original post

0 Likes
6 Replies