panlili2024
2024-11-12 69afac92a320033297d71e901e3c5b65e690f0b2
HDL_TTLSDK485/src/main/java/com/hdl/sdk/ttl/HDLDeviceManger/Core/HDLTtlSdk.java
@@ -16,7 +16,7 @@
     */
    public static void init(Context context, String mPathname, int mBaudrate) {
        HDLDeviceManager.init(context);
        HDLDeviceManager.setIsGetBusLightState(false);//根据是否bus网关设置
        HDLDeviceManager.setIsGetBusLightState(true);//根据是否bus网关设置
        HDLSerialPortCore.setIsModule(true);//根据是否带模组设置
        HDLSerialPortCore.initHDLSerialPort(mPathname, mBaudrate);
    }