Dmitry Diky wrote:
> Fellows,
> Has anybody succeed with Philips' virtual com port example with GNU toolchain?
> Whatever I did I couldn't make it running...
Yes, I have been able to get the Philips examples running with gcc.
One of my posts from several months ago explains how.
The biggest issue was proper alignment/struct packing.
> Is there any USB example which is gcc compilable?
I am working on an alternative USB stack that also includes
a virtual com port example (licensed under LGPL). It has been
written from scratch using arm-elf-gcc as the compiler. It's at
http://sourceforge.net/projects/lpcusb
The virtual com port example included with this stack does not
require a custom windows driver file, just a .inf file to tell
windows to use its built-in usbser.sys driver.
Regards,
Bertrik