Hi,
I am trying to communicate with CDC USB device with Arduino UNO using USB Host Shield. I am not able to get and output if i send predefined ASCII command as per manual.
I am using 'acm_terminal.ico' program in this project which comes as a example code with library.
Few other basic info as below:
I am using USB Host Shield Library 2.0
Host Shield is working perfectly when another Arduino is connected as slave
Looking at some suggestions in other post, in cdcacm.cpp i tried changing the required number of endpoints to 3, But no success.
Later i tried commenting below lines in cdcacm.cpp :
But still no success
I see that Acm is not getting ready and because of that communication is not happening.
To find more details of this CDC USB device, after connecting to Host shield i uploaded USB_desc program and attached is output of that [USB_desc_output.txt]
My Gut feeling is based on attached output of USB_desc some tweaks are required in library.
Looking for any support on this issue
So whatever is a "CDC USB device", where would the code you are using be and why have you attached a ".txt" file rather than quoting it in "code" tags?