aheusel / DevCOM

Logging Enhancements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevCOM

Protocol agnostic and concurrent device communication via I/O streams and COM ports. Developed as part of the DrawBotFX project.

javadoc

How to use DevCOM

Sample

How to build DevCOM

Requirements

  • Java >= 11 (currently tested with Java 17)
  • Internet connection (dependencies are downloaded automatically)
  • IDE: Gradle Plugin (not necessary for command line usage)

IDE

Open the DevCOM Gradle project in your favourite IDE (tested with NetBeans 8.2) and build it by calling the assemble task.

Command Line

Navigate to the Gradle project (e.g., path/to/DevCOM) and enter the following command

Bash (Linux/OS X/Cygwin/other Unix-like shell)

bash gradlew assemble

Windows (PowerShell)

.\gradlew assemble

Windows (CMD)

gradlew assemble

About

Logging Enhancements

License:Apache License 2.0


Languages

Language:Java 100.0%