Get device serial number from PC app.

  • Thread starter Thread starter jorge
  • Start date Start date
J

jorge

I'm using the code from
www.opennetcf.com/communication.asp to upload and
download files from/to PDA to/from PC.
I'd like to identify the upload with the device serial
number from my desktop application.
Can anybody tell how to do this???

Thanks in advance.

Jorge Ochoa.
 
try

Dim DeviceId As String = GetDeviceID.ToString

on my emulator it returns

00000100-0000-0000-0000-

which I can only assume is the serial number, it seems to
be the only available method in CF to return device data.
 
Negatory! you won't be able to.

sorry don't know anything about the communication.asp
i active sync and ezsetup myself, maybe you can send an
xml file generated from the cf app?!?
 
Back
Top