rfid via usb (#21)

* added second possible cardReader for windows

* refactored

* fixed checkstyle

* fixed wrong port selection
This commit is contained in:
Valentin Heiserer
2024-02-27 17:47:04 +01:00
committed by GitHub
parent 1376fe645a
commit d4deabfde9
6 changed files with 124 additions and 12 deletions

View File

@@ -72,6 +72,12 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.fazecast</groupId>
<artifactId>jSerialComm</artifactId>
<version>2.6.0</version> <!-- Check for the latest version on the official repository -->
</dependency>
<dependency>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>