Results 1 to 2 of 2

Thread: bluetooth device driver

  1. #1
    john Guest

    bluetooth device driver

    I'm familiar with how to do a WDM device driver but Bluetooth.
    I have a change for a side job but I'm not familiar with Bluetooth
    This is the AD I saw,
    "We are a biomedical startup with a device scheduled to be fabbed for
    prototype next week. The device transmits information via Bluetooth
    (Philips BGB203). The information is in the form of custom packets.
    You will have access the DSP Programmer who created the packet format.
    On the PC side, there is a Java suite tested and functional that uses
    fake packets generated locally by the machine to process and display
    data. We need someone now to program the device driver (Windows XP)."

    Is a device driver really needed or will an application that can
    interface with the loaded system bluetooth device driver work? If so,
    how can I do that.

    Are there any books I can read on how connect and control a Bluetooth
    device?

    Can GCC be used to build a device driver?

    John

  2. #2
    Doron Holan [MSFT] Guest

    Re: bluetooth device driver

    you will not a write a driver for the local radio, rather you will write a
    driver to implement the protocol exposed by the remote device. what protocol
    is it running ? is it directly on l2cap or layered over rfcomm?

    gcc for a driver? no, the only supported compiler is the one provided for
    free in the wdk.

    d

    "john" <jvasquez@getntds.spam.com> wrote in message
    news:4o2o13p49c8ruirc727c7b3smbc852g030@4ax.com...
    > I'm familiar with how to do a WDM device driver but Bluetooth.
    > I have a change for a side job but I'm not familiar with Bluetooth
    > This is the AD I saw,
    > "We are a biomedical startup with a device scheduled to be fabbed for
    > prototype next week. The device transmits information via Bluetooth
    > (Philips BGB203). The information is in the form of custom packets.
    > You will have access the DSP Programmer who created the packet format.
    > On the PC side, there is a Java suite tested and functional that uses
    > fake packets generated locally by the machine to process and display
    > data. We need someone now to program the device driver (Windows XP)."
    >
    > Is a device driver really needed or will an application that can
    > interface with the loaded system bluetooth device driver work? If so,
    > how can I do that.
    >
    > Are there any books I can read on how connect and control a Bluetooth
    > device?
    >
    > Can GCC be used to build a device driver?
    >
    > John




Similar Threads

  1. bluetooth device driver Motorola SYN0717A
    By Naranbaatar in forum Windows XP Support
    Replies: 3
    Last Post: 07-01-2014, 10:35 AM
  2. Windows Vista Bluetooth Peripheral Device Driver
    By Addis in forum Vista Hardware Devices
    Replies: 1
    Last Post: 09-10-2012, 04:31 PM
  3. Bluetooth peripheral device driver not found
    By Sanker Ningthouja in forum Windows Software
    Replies: 5
    Last Post: 04-01-2010, 05:04 PM
  4. unable to install driver for my new bluetooth device via usb
    By MoreYummy in forum Hardware Peripherals
    Replies: 3
    Last Post: 23-12-2009, 11:57 AM
  5. Bluetooth HID Device Driver Help!
    By Bleh7777 in forum Vista Help
    Replies: 2
    Last Post: 24-02-2008, 01:04 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,718,057,060.75163 seconds with 16 queries