rodel-talampas / java-simple-serial-connector

Automatically exported from code.google.com/p/java-simple-serial-connector
0 stars 0 forks source link

Bluetooth rfcomm0 ports not considered #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.On a Linux device, define a virtual serial port for a connected Bluetooth 
device using:
rfcomm listen /dev/rfcomm0 channel_number_here
2. Try to get the serial port list using :
SerialPortList.getPortNames();

What is the expected output? What do you see instead?
I was expecting to see the rfcomm0 as part of the serial ports list, but 
unfortunately the rfcomm0 port is missing from the list

What version of the product are you using? On what operating system?
Using jSSC-0.9.0 Release version (21.12.2011)

Linux laptop 3.2.9-2.fc16.x86_64 #1 SMP Mon Mar 5 20:55:39 UTC 2012 x86_64 
x86_64 x86_64 GNU/Linux

Please provide any additional information below.
It will be nice to consider the bluetooth ports too.

Original issue reported on code.google.com by queeq...@gmail.com on 23 Feb 2013 at 6:49

GoogleCodeExporter commented 9 years ago
Done in 2.3.0

Original comment by scream3r.org@gmail.com on 19 Apr 2013 at 5:23