Re: About using Bluetooh.

From: Eric Pan (pansty_at_vip.sina.com)
Date: 06/28/04


Date: Mon, 28 Jun 2004 08:53:00 +0800

Sorry but i'm quite fresh in drivers, right in the maze. Would give me a
further direction? Thank you so much!

In my opinion, that is to modify the PDD level as the tutor says, and
compile it together with all the files. Then, csr driver here plays like
client driver in USB interface? I think that is the driver for the BT
periperal devices using CSR chips, isn't it?

"Andrew McGrath" <andrew.mcgrath@mcsoft.com.au> 写入消息新闻
:uHnEwHKXEHA.1048@tk2msftngp13.phx.gbl...
> Also if it is UART based, you might need to use the Bluetooth UART only
> driver instead of the Universal driver. That was our experience.
>
> Also you might need to add the CSR driver. Tends to be a bit of a
> play-around thing as to what to use, especially while you are still
> scratching the surface :)
>
> HTH
>
> Andrew McGrath
> www.mcsoft.com.au
>
> "kmk" <kmknospam@msn.com> wrote in message
> news:MPG.1b48aa8b674ce69e989680@msnews.microsoft.com...
> > Your BT device is USB or UART?
> >
> > Just include Bluetooth Univeral Drivers in your BSP and should work.
> >
> > If your BT device is UART based, you may have to change the port
> > name for UART (bthuart) driver.
> >
> > /kmk
> > In article <ekNHha0WEHA.1164@tk2msftngp13.phx.gbl>, pansty@vip.sina.com
> > says...
> >> I have a pxa255 board, the system is wince.net 4.2. Want to add
> >> bluefunction
> >> through dongles using usb or BT com, but i 'm so puzzled here.
> >>
> >> Since there is no driver for CE.net provided with these products
> >> available(is there?), we have to develop drivers on our own. I took a
> >> look
> >> at the sample in PB, that has many files in the folder ,which one
should
> >> be
> >> modified? My board had provided several dlls about bluetooth, seems to
be
> >> the services needed except for the main driver. Don't know what
Document
> >> to
> >> look up in, the spec made me astrayed. Would anyone direct me a way?
> >>
> >> And, my goal is to use BT GPS through the dongle, the most straight way
> >> is
> >> wanted, then what module alike should i choose?
> >>
> >> Thanks!!
> >>
> >>
> >>
> >>
> >>
> >
>
>



Relevant Pages

  • Re: About using Bluetooh.
    ... Also if it is UART based, you might need to use the Bluetooth UART only ... driver instead of the Universal driver. ...
    (microsoft.public.windowsce.platbuilder)
  • [PATCH 1/1] 8250_kgdb driver reworked
    ... This is the I/O driver for any 8250-compatible UARTs. ... small hooks into the normal serial core so that we can take away the uart and ... for all platforms to always work as an override of the compiled in port. ... static int __init serial8250_init ...
    (Linux-Kernel)
  • Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er
    ... serial driver PMC MSP71xx, ... interrupt, ... methods and not UART types. ... THRI interrupt -- it signifies that the TX shift register is empty, ...
    (Linux-Kernel)
  • Re: Synchronization between ISR and IST - I2C Based device
    ... The Smbus Controller doesnot int mechism it uses progrmmed IO to read ... The UART is a DUAL channel with single IRQ. ... when interrupt occurs we need to resolve the UART so that correct IST ... We have driver with critical section in the SMbus driver. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Synchronization between ISR and IST - I2C Based device
    ... There is only one UART driver but 2 instance of the driver are loaded ... one for each UART channel. ... the smbus driver. ...
    (microsoft.public.windowsce.platbuilder)