Author Topic: BlueSoleil Drivers Redistribution  (Read 7419 times)

WareFact

  • Guest
BlueSoleil Drivers Redistribution
« on: August 08, 2012, 02:57:53 PM »
Hello Gents

I need to develop an application and i must supply with it BlueSoleil BT drivers because it is needed for the WCLHandFree component which doesn't support other drivers.
My question is : is there a redistribuable BS driver pack i can supply or must i put a licence for each end-user ?

Thansk

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: BlueSoleil Drivers Redistribution
« Reply #1 on: August 08, 2012, 03:39:44 PM »
Hello,

I think its better ask from driver's manufacturer (IVT). However, for your needs you may use SPP or DUN services if you do not need voice support.

WareFact

  • Guest
Re: BlueSoleil Drivers Redistribution
« Reply #2 on: August 08, 2012, 10:20:16 PM »
Yes mike i do not need Voice support, i only need "COMPOSING NUMBERS" like *xxx# which send some credit amount to the client, this application is needed for PhoneShop Vendors to avoid perform this action manually.

So, What is SPP and DUN service ?? and how can i use them.
Sorry mike but i appreciate your help,

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: BlueSoleil Drivers Redistribution
« Reply #3 on: August 09, 2012, 06:38:15 AM »
Please, refer to BluetoothClient demo application. It connects to DUN or SPP service (by selecting one from DropDownBox). I do recomend to use DUN. However, you can check what services device has by enumerating services before connecting (refer to BluetoothDiscovery demo). After connected to can execute AT command:

to dial number just send to device ATDTxxxxx;    where xxxx your number. Ending ; is required, without ending ; it will be data call (to connect to GPRS/GSM/EDGE/3G service).

 

Sitemap 1 2 3 4 5 6 7