All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jambi-serialbus.6.5.8.source-code.module-info Maven / Gradle / Ivy

Go to download

Provides access to serial industrial bus interface. Currently the module supports the CAN bus and Modbus protocols.

There is a newer version: 6.7.2
Show newest version
/**
 * Provides access to serial industrial bus interface. Currently the module supports the CAN bus and Modbus protocols.
 */
module qtjambi.serialbus {
    requires java.base;
    requires transitive qtjambi;
    requires qtjambi.network;
    exports io.qt.serialbus;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy