Click to See Complete Forum and Search --> : disable activesync?


sstainba
March 28th, 2006, 12:23 AM
Does anyone know how to disable/re-enable activesync for a given port?

golanshahar
March 28th, 2006, 03:32 AM
Did you try:

CeSyncStop() (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mobilesdk5/html/mob5grfcesyncstop.asp)
CeSyncStart() (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mobilesdk5/html/mob5grfcesyncstart.asp)

?

Cheers

sstainba
March 28th, 2006, 11:15 AM
This isn't for a Win Mobile/CE device. It's an OBD-II scanner for a vehicle ECU. It interfaces with the serial port and I'm writing the software for use under XP.