tuwien.auto.calimero.serial.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of calimero-core Show documentation
Show all versions of calimero-core Show documentation
Calimero, a free KNX network library
The newest version!
/**
* Connection support for communication over serial ports, using the FT 1.2 protocol, TP-UART, or USB (in sub-package
* usb).
*
* - FT 1.2 connection mode is supported by BCU2 devices.
* - USB connections are used by KNX USB and KNX RF USB.
* - Note, a KNX TP-UART interface which connects via USB and creates a virtual serial port is still accessed as
* {@link tuwien.auto.calimero.serial.TpuartConnection}, not KNX USB.
*
*/
package tuwien.auto.calimero.serial;