RishiGupta12 / SerialPundit

Serial port communication in Java - FTDI D2XX, HID API, X/Y modem
GNU Affero General Public License v3.0
125 stars 56 forks source link

serial library seems to be missing from maven #28

Closed femans closed 7 years ago

femans commented 7 years ago

Hi, I tried to import core and serial using gradle from the Maven repository. I could only find the core module, not serial, in the repo. Is this by design? Or can you add it? Thank you for your interest.

femans commented 7 years ago

fixed it by using sp-tty

RishiGupta12 commented 7 years ago

Please use jar files only from github https://github.com/RishiGupta12/SerialPundit/tree/master/prebuilt-release folder. Do not use maven releases (they are very very old).