jambi-serialbus.6.5.7.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-serialbus Show documentation
Show all versions of qtjambi-serialbus Show documentation
Provides access to serial industrial bus interface. Currently the module supports the CAN bus and Modbus protocols.
/**
* 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;
}