USB Function Driver ERROR !
From: Ajay (ajaykuee_at_gmail.com)
Date: 10/29/04
- Next message: Madhu: "Notification LED Driver"
- Previous message: Sujith: "Re: unable to boot cepc from HD"
- Next in thread: David Liao \(MS\): "Re: USB Function Driver ERROR !"
- Reply: David Liao \(MS\): "Re: USB Function Driver ERROR !"
- Messages sorted by: [ date ] [ thread ]
Date: 28 Oct 2004 23:09:14 -0700
Hi,
I was trying for USB function driver and activesync connection.
On my target board it is showing that device connected but on my PC
activesync never connects.It continuously shows "CONNECTING"
and the activesync wheel keeps rotating :-)
I got the following message in debug build image.
1736982 PID:3eaa89a TID:a3bfb9c6 0x83bef400: AM: WriteFile Error 87
Aborting Packet after sending 0 of 37 bytes
1736983 PID:3eaa89a TID:a3bfb9c6 0x83bef400: PPP: ProtSendComplete:
pPacket=2fcc30 Status=c0000001
1739982 PID:3eaa89a TID:a3bfb9c6 0x83bef400: AM: WriteFile Error 87
Aborting Packet after sending 0 of 37 bytes
1739983 PID:3eaa89a TID:a3bfb9c6 0x83bef400: PPP: ProtSendComplete:
pPacket=2fcc30 Status=c0000001
After searching i found its showing this errror in file
C:\WINCE500\PUBLIC\COMMON\OAK\DRIVERS\NETSAMP\ASYNCMAC\asyncmac.c
at follwing line..
if (!WriteFile (pOpenLine->hPort, pPacket->CurrentBuffer +
packetBytesSent,
pPacket->CurrentLength - packetBytesSent, &bytesWritten, 0)
|| bytesWritten == 0)
where can be the problem ?
Regards,
Ajay
- Next message: Madhu: "Notification LED Driver"
- Previous message: Sujith: "Re: unable to boot cepc from HD"
- Next in thread: David Liao \(MS\): "Re: USB Function Driver ERROR !"
- Reply: David Liao \(MS\): "Re: USB Function Driver ERROR !"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|