Hi Community Members,
We use TM4C123GH6PM in our project. We would like to use 3 serial ports. Using usb library, in windows 7 and 10, we create 3 different com ports. However, in ubuntu 16.04 we see only one ACM (ttyACM0). ttyACM1 and ttyACM2 do not show up. The followings are reported:
usb 2-1: Product: Virtual COM Port
usb 2-1: Manufacturer: Texas Instruments
usb 2-1: SerialNumber: 12345678
cdc_acm 2-1:1.0: ttyACM0: USB ACM device
cdc_acm: probe of 2-1:1.2 failed with error -22
cdc_acm: probe of 2-1:1.4 failed with error -22
usb 2-1: USB disconnect, device number 3
How can we solve that problem?
Thank you very much.