Skip to content

aheusel/DevCOM

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%