hey all i have an nokia 2730
and i have a usb dongle on my pc
i want to connect to that dongle serial port
also when cable is connected i can connect
here is what i tryed to do
my bluetooth serial port on my pc is 17
for (int j = 0; j < 18; j++) {
String connectionURL = "comm:COM" + j + ";baudrate=115200";
try {
Connector.open(connectionURL);
Logger.getInstance().log("OKort:" + j);
} catch (Throwable e) {
Logger.getInstance().log("ERRORort:" + j);
}
}

ort:" + j);
Reply With Quote

