PDA

View Full Version : usb serial class dll


waterzzz
29th March 2007, 05:02 PM
Has any one compile serial usb class (serialusbfn.dll) from platform builder and it is working ?

The problem is i need to replace serialusbfn.dll with my own usb serial class dll.

Currently i am developing an application which will use serialusbfn.dll(default windows mobile 5.0 driver) to communicate with my custom usb hardware. It is working. Now i want to replace serialusbfn.dll with my own "serialusbfn.dll", maybe i name it as "waterusb.dll". But it doesn't work.


What did i do
==========
I compiled my "waterusb.dll" using platform builder 5.0, by including the USB Function -serial into the OS design without any modification on the code. After completion, i rename "serialusbfn.dll" to "waterusb.dll". Then i copy "waterusb.dll" into the Fon. After that i modify the registry on the fon so that when communication using "Serial_Class" it will point to "waterusb.dll". But it is not working.

Anyone has any idea ??

waterzzz
29th March 2007, 11:35 PM
no body done this before ?