Post
 
Thread Tools
  #1  
Old 08-13-2008, 08:57 AM
Josh25 Josh25 is offline
Junior Member
 
Join Date: May 2008
Posts: 12
Rep Power: 0
Josh25 is on a distinguished road
Default Driver or SDK version of BlueTxT

I've been using the BlueTxT as a stand alone application. What would be really sweet is if the bluetooth communication part could be made to work like an driver / sdk so that developer such as myself could build applications around using the bluetooth printer functions. Have you thought about this for future expansion?
Reply With Quote
  #2  
Old 08-14-2008, 03:52 PM
MMGmoderator's Avatar
MMGmoderator MMGmoderator is offline
Super Moderator
 
Join Date: Apr 2008
Posts: 408
Rep Power: 10
MMGmoderator is on a distinguished road
Default Re: Driver or SDK version of BlueTxT

This is an interesting request. I've never done an SDK let alone a library that other developers use in their applications. I could use some experience in this area. I'm quite busy right now with the Windows Mobile keyboard drivers. I just might put them on hold being that not many request lately to get them done. This driver/sdk project just might be more interesting. I'll do some research on this and see if this is something I can do and support.
__________________
MMGmoderator
Reply With Quote
  #3  
Old 08-15-2008, 07:40 AM
Josh25 Josh25 is offline
Junior Member
 
Join Date: May 2008
Posts: 12
Rep Power: 0
Josh25 is on a distinguished road
Default Re: Driver or SDK version of BlueTxT

Excellent. I offer to beta test it for you when you have something ready.
Reply With Quote
  #4  
Old 08-17-2008, 12:11 AM
MMGmoderator's Avatar
MMGmoderator MMGmoderator is offline
Super Moderator
 
Join Date: Apr 2008
Posts: 408
Rep Power: 10
MMGmoderator is on a distinguished road
Default Re: Driver or SDK version of BlueTxT

Spent some time over the weekend working on converting BlueTxT into a Driver/SDK.

Looks like I'll be able to create a library that one can integrate into a custom application that will make managing the bluetooth task(s) simple. As a matter of fact its virtually transparent as all of the Bluetooth functions such as Discover, Connect, Auto-reconnect, Disconnect are all handled in the background and is automatic. The developer just needs to Initialize the library and setup Listener to retrieve connection information and pass the library the device name to connect too. The library will do the rest.

Sending and Receiving functions needs some work as I need to create functions to handle several data types. Not a problem just need to make it as generic as possible so that the library can support various printers, scanners, etc.

All the Audio/Visual indicators and warnings are embedded in the library and can be enabled or disabled. Their values can be retrieved or set using a couple of functions.

As for retrieving PIM information, I'm leaving this part out of the SDK since these are better handled in the custom application.

more later on this.
__________________
MMGmoderator
Reply With Quote
Sponsored Advertisements
  #5  
Old 08-25-2008, 07:30 PM
Josh25 Josh25 is offline
Junior Member
 
Join Date: May 2008
Posts: 12
Rep Power: 0
Josh25 is on a distinguished road
Default Re: Driver or SDK version of BlueTxT

Any ideas when you might have something ready for testing?
Reply With Quote
  #6  
Old 08-26-2008, 01:01 PM
MMGmoderator's Avatar
MMGmoderator MMGmoderator is offline
Super Moderator
 
Join Date: Apr 2008
Posts: 408
Rep Power: 10
MMGmoderator is on a distinguished road
Default Re: Driver or SDK version of BlueTxT

um... very close to release something. got the (generic library + example application "with comments" + library api documentation) for a generic printer but still need to do some house cleaning. Wouldn't want it to crash your blackberries...

Most of it is done just trying to setup the data receive buffer in the library and show how to use it in the example its about 95% completed. Then i have to wrap all these bits and pieces up and write some kind of instructions on how get started using the printer library.

soon... give it a few more days.

???????????????????????????????????????????????

okay scratching my head on this receive buffer problem.

since this buffer needs to be generic because this library can be used to any bluetooth device and I don't know the format of data being sent from that device, it is impossible for me to parse the data into a any sensible format. so i think the best option is that the receive buffer not parse the data but just send the raw data back to application using the library and let the application decided how to parse it out.

this being the case then the generic library is done. not 100% debugged but relaseable as beta i think.

I'll work on wrapping everything up and try to release it before or on the weekend.
__________________
MMGmoderator

Last edited by MMGmoderator; 08-26-2008 at 03:16 PM..
Reply With Quote
  #7  
Old 09-23-2009, 09:28 PM
southamptonworker's Avatar
southamptonworker southamptonworker is offline
Junior Member
 
Join Date: Sep 2009
Location: United Kingdom
Posts: 1
Rep Power: 0
southamptonworker is on a distinguished road
Default Driver or SDK version of BlueTxT

The sample in the mirror driver SDK has a bug:if oldaantal=counter && counter>=1 counter
Reply With Quote
  #8  
Old 09-24-2009, 09:37 PM
MMGmoderator's Avatar
MMGmoderator MMGmoderator is offline
Super Moderator
 
Join Date: Apr 2008
Posts: 408
Rep Power: 10
MMGmoderator is on a distinguished road
Default Re: Driver or SDK version of BlueTxT

Quote:
Originally Posted by southamptonworker View Post
The sample in the mirror driver SDK has a bug:if oldaantal=counter && counter>=1 counter

Sorry.... I don't understand the problem... can you provide more information?
__________________
MMGmoderator
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump