Skip to content

Commit

Permalink
Merge pull request #18 from StephaneBg/master
Browse files Browse the repository at this point in the history
Update readme.
  • Loading branch information
felHR85 committed Jan 9, 2016
2 parents efaa20c + 87d45aa commit b8ebe2a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 109 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,27 @@ manager.openDevice(UsbDevice device)
~~~


Gradle
--------------------------------------
Add the jitpack repo to your your project's build.gradle at the end of repositories

/build.gradle
```groovy
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
```

Then add the dependency to your module's build.gradle:

/app/build.gradle
```groovy
compile 'com.github.felHR85:UsbSerial:v3.2'
```

TO-DO
--------------------------------------
- RTS/CTS and DSR/DTR functions needed to raise hardware flow control signals
Expand Down
19 changes: 0 additions & 19 deletions UsbSerial.iml

This file was deleted.

1 change: 0 additions & 1 deletion usbserial/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ android {
}

dependencies {
compile 'com.android.support:support-v4:23.1.1'
}
}
89 changes: 0 additions & 89 deletions usbserial/usbserial.iml

This file was deleted.

0 comments on commit b8ebe2a

Please sign in to comment.