Bluetooth GPS
linux 0 Comments »
Here's the code I use to connect GPS receiver to PC
#!/bin/bash
# ->>> chmod 755 bluegpsd
hcitool dev
hcitool scan
hcitool cc 00:0b:0d:16:05:3f
hcitool con
#festival --tts g1
rfcomm connect /dev/rfcomm0 00:0B:0D:16:05:3f &
gpsd
gpsd -p /dev/rfcomm0
#festival --tts g2
#!/bin/bash
# ->>> chmod 755 bluegpsd
hcitool dev
hcitool scan
hcitool cc 00:0b:0d:16:05:3f
hcitool con
#festival --tts g1
rfcomm connect /dev/rfcomm0 00:0B:0D:16:05:3f &
gpsd
gpsd -p /dev/rfcomm0
#festival --tts g2
0 Responses to "Bluetooth GPS"
Post a Comment