Hi all,
I'm using a soekris box to gather nmea information from a number of
sources and I'd like to push that information to an app running on my
OS X machine. Unfortunately the app can only read from a serial port.
Since I can create a bluetooth serial port on the mac I'm thinking on
using a usb bluetooth dongle on the soekris box to send the
information via serial ports. When I plug the dongle I get the
following messages:
uhidev0 at uhub0 port 1 configuration 1 interface 0
uhidev0: Cambridge Silicon Radio BlueCore, rev 1.10/9.01, addr 2,
iclass 3/1
ukbd0 at uhidev0: 8 modifier keys, 6 key codes
wskbd1 at ukbd0 mux 1
uhidev1 at uhub0 port 1 configuration 1 interface 1
uhidev1: Cambridge Silicon Radio BlueCore, rev 1.10/9.01, addr 2,
iclass 3/1
ums0 at uhidev1: 5 buttons
wsmouse0 at ums0 mux 0
Question is, how do I get access to the serial port on the dongle?
From what I see, there are only human interface devices?
Thanks,