We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello all,
im working with LPC2368 trying to make it appear in windows as virtual COM port. Is there any example on that? I have seen examples for HID device and mass storage but im not really getting how to put it as serial line. Anyone can help? Thanks
Yes. You need to replicate sections that contain .nt in the name for each architecture: .NTx86 (same as .nt) .NTia64 .NTamd64 (replace .nt with architecture name).
See here: msdn.microsoft.com/.../ms790170.aspx and here: msdn.microsoft.com/.../ms790171.aspx
May it need to replicate also [DeviceList] section.