https://github.com/luispichio/ajmodbusexamples
https://github.com/luispichio/ajmodbusexamples
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/luispichio/ajmodbusexamples
- Owner: luispichio
- License: mit
- Created: 2018-09-18T16:47:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T16:48:32.000Z (almost 8 years ago)
- Last Synced: 2025-05-13T20:36:41.984Z (about 1 year ago)
- Language: Java
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AJModbus
Another Java Modbus RTU library
[](https://www.paypal.me/luispichio)
# Usage
## Gradle
1 *Add it in your root build.gradle at the end of repositories*
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
2 *Add the dependency*
dependencies {
compile ''
}
## Maven
1 *Add the JitPack repository to your build file*
jitpack.io
https://jitpack.io
2 *Add the dependency*
/artifactId>