Menu

JavaBluetooth: javax.comm.NoSuchPortException

Help
chrisken
2006-02-04
2013-04-10
  • chrisken

    chrisken - 2006-02-04

    When I try running javabluetooth from BluetoothServer in demo it gives me the following error please help.

    Exception in thread "main" org.javabluetooth.stack.hci.HCIException: Port serial not
    found. javax.comm.NoSuchPortException
            at org.javabluetooth.stack.hci.UARTTransport.<init>(UARTTransport.java:7
    2)

     
    • joel_lopes

      joel_lopes - 2006-10-09

      even i am getting the same problem can anyone help me out

       
    • sbasurtoj

      sbasurtoj - 2007-07-09

      That error is sent because in the default example the code says something like:

      HCDriver.init(new UARTTransport("serial"));

      Of course you do not have a port called serial insted you must have a por called COM9 or something like that.

      So you take the example code and compile it with different port name.

      I hope this helps.

      Regards.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.