I am trying to connect my Windows 8 computer to my Raspberry Pi with a Bluetooth dongle plug in RPi. My final objective is to send serial data through RPi and the Raspberry will then send these informations to a DSP. I successful the pairing with my computer, but then if I get it right I need to create a RFcomm channel between Raspberry and the computer. When I write this in my Raspberry shell:
sdptool add sp
rfcomm listen /dev/rfcomm0
I have no way to accept the channel on my computer. I think I need a serial terminal emulator but I don't find any for Windows 8 on the web. I've tried BT serial terminal but the software don't even see my RPi... Someone have some clues for me on what kind of software I should use or another way my goal can be done?