This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Implementation of USB Hostlite on LPC2478 for controlling a third party device

We are using OEM QVGA BaseBoard (LPC2478 based) by Embedded Artists as a USB host.
Our slave is a Kleindiek Nanocontroller running on 115200 baudrate. The Controller requires no special protocol to send it data. The PC has ben used to send commands (as ASCII characters )to the NanoController using MATLAB as a platform.

Our Project is to make the LPC2478 host transfer an array of 8bit ASCII characters to the NanoController.Using the NXP USBHostLite program we have configured our microcontroller as a host.The host gets initialized. By definition we feel that the Nanocontroller falls under the category of Communication Class of Devices for USB.

Following are our queries.

1) how do we modify the parsing function in the USBHostlite program to parse a CDC descriptor.
2) Once Parsed and our device enumerated, can we simply send a string of ASCII charcters using the WriteLE16U function provided in the NXP USBHostlite program