Hi,
I have an arduino which is transmitting data via bluetooth serial, I have tested via a tablet running a serial monitor so I know data is being transmitted, I am trying to read the data via a Pi B with a Bluetooth USB dongle and write to a database, I have managed to connect via serial bluetooth successfully using "sudo rfcomm connect hci0 <MAC>" , but dont have a clue on how to do this via Python , does anyone have a sample script or some pointer please?
Cheers
Andy