PDA

View Full Version : How to test usb application on Codewarrior


vaibhav
04-18-2005, 04:41 AM
Hi all

I have written an application to send and receive data through usb, on my pda using codewarrior.

My emulator settings show only tcp/ip, com1, and com2 ports for configuration and not the usb port. How do I test the application using an emulator?

Please help

Thanks & Regards

Vaibhav

CliePet
04-18-2005, 09:45 AM
> I have written an application to send and receive data through usb, on my pda using codewarrior.

? Are you using Conduits (& Hot Sync) ?
If so, then the regular debugging technique should be fine (ie. test under Network hotsync and final test with a real device)

If you are going straight to USB or doing something non-standard, the only valid way is to test with a real device (depending on how tricky your program is, test on many different real devices, since there are differences)