OneWireException指定的适配器名称DS9097U未知

时间:2016-03-31 04:34:33

标签: android exception

我将IButton设备连接到Android设备,我尝试访问DSPortAdapter OneWireException指定的适配器名称DS9097U未知是否已生成异常。

 try
    {
    DSPortAdapter   access = OneWireAccessProvider.getDefaultAdapter();
        if (access == null)
            throw new Exception();
    }
    catch (Exception e)
        System.out.println("Couldn't get default adapter!");
        return;
    }

0 个答案:

没有答案