07-21-2008 09:12 AM
Hi,
I created a application which captures the screen and converting into jpeg format. Then i will send the bytes of the image thru Wi-Fi to the server for displaying. Now how can i send the bytes of the image to desktop pc.
Is there any option to send the data from the BB device to pc like 1) port listener 2) usb cable.
Thanks
07-21-2008 09:50 AM
You could do this through USB. Please have a look at the USBdemo included with the BlackBerry JDE for an example.
Or, if the PC supports it, you could transfer the data using a Bluetooth connection.