2

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.

2 Answers2

2

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.

Richard
  • 8,920
  • 2
  • 18
  • 24
  • Thank you for your help. I'm on my way to making this work now. One thing I noticed is that I need bbdevmgr.exe to make the Windows side function but I don't have that on my system even though I've installed the BlackBerry Desktop Software. Any ideas where I can download it? – user2091273 Mar 05 '13 at 15:56
  • Sorry no. I've never done any work on that side of things. You can probably get an answer at developer support: https://developer.blackberry.com/bdsc/home.html – Richard Mar 05 '13 at 17:39
0

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

KielSoft
  • 425
  • 3
  • 9