Reputation: 21
I'm trying to figure out how to programatically send data back and forth from a Blackberry device to a Windows applications in the same type of manner that BlackBerry Desktop Software does. I would like to be able to query status of my BlackBerry app and have it send me a data buffer etc.
Upvotes: 2
Views: 41
Reputation: 433
It is located in C:\Program Files\Common Files\Research In Motion\USB Drivers
Upvotes: 0
Reputation: 8920
The device side API you need is the syncrhonization package.
I believe this document contains the starting point for writing the PC side of the synchronization.
Upvotes: 2