SparkFun Forums 

Where electronics enthusiasts find answers.

All things pertaining to wireless and RF links
By billyzelsnack
#8333
Does anyone happen to know if the bluetooth dongle that SparkFun sells will work with the x64 version of windows xp?

Also.. Just be sure.. I can just stick a db9 connector on the BlueSMiRF and plug it into the db9 on a servo controller and it'll just work?
By jayjay
#8351
Not sure about the driver, but as for sticking into a DB9, yes, as long as you supply the required power and take note of the RX/TX wiring.

Cheers
Jay
User avatar
By sparky
#8477
One thing - the remote blueSMiRF module will output a connection string like:

Connect 9600...

or some such string upon successful connection to the PC. This string over-runs our test bed (because we don't use TX/RX interrupts) and we have to reset the PIC. Once that is done it works like a charm.

You'll need to simply test it to see how your system reponds to the connection string.

-Nathan
By Pyrofer
#37420
is there any way to suppress or hide this connect string?
Its REALLY playing havoc with my system.
I had planned on doing serial bootloader programming over bluetooth with the PIC, but the connect string messes everything up!