user2091273
user2091273

Reputation: 21

How to send data to windows application using Blackberry sdk

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

Answers (2)

KielSoft
KielSoft

Reputation: 433

It is located in C:\Program Files\Common Files\Research In Motion\USB Drivers

Upvotes: 0

Richard
Richard

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

Related Questions