Search found 4 matches

by mariojim22
Tue Mar 28, 2017 5:49 pm
Forum: Q&A
Topic: How to add USB Serial port to XMOS Reference Audio project ?
Replies: 18
Views: 35509

Re: How to add USB Serial port to XMOS Reference Audio project ?

Hi Dragan, In Windows 10, i didn't need to install any driver. I only have to install a ".inf" file on windows 7. And this is not a driver itself, it only says windows that it may use standar USB serial driver. And maybe if you don't have Thesycon driver, windows stop looking for drivers w...
by mariojim22
Thu Mar 16, 2017 3:12 pm
Forum: Q&A
Topic: How to add USB Serial port to XMOS Reference Audio project ?
Replies: 18
Views: 35509

Re: How to add USB Serial port to XMOS Reference Audio project ?

Hi, Finally it works on Windows (7 and 10). There is a problem on windows that it try to install a driver for each interface on USB descriptor that is not associated. So the solutions is attach an IAD that associateCDC's DATA and CONTROL interfaces. Windows 10 detects it without problems, but Window...
by mariojim22
Mon Mar 06, 2017 8:17 am
Forum: Q&A
Topic: How to add USB Serial port to XMOS Reference Audio project ?
Replies: 18
Views: 35509

Re: How to add USB Serial port to XMOS Reference Audio project ?

Sorry, I only try it on linux.
And it detects both without problems.
I will try it on windows 7.
by mariojim22
Fri Mar 03, 2017 4:35 pm
Forum: Q&A
Topic: How to add USB Serial port to XMOS Reference Audio project ?
Replies: 18
Views: 35509

Re: How to add USB Serial port to XMOS Reference Audio project ?

Hello, every body, I just attach my project. Thomas give the clue, but there is more thigs to do. You have to delete config descriptor of CDC, adapt numbers of endpoints and interfaces, add new elements to arrays of endpoints, and enums. All that thigs i did and you can see it in my files because al...