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

Shared library not in sp-tty.jar #15

Closed FlaegelEmbed closed 7 years ago

FlaegelEmbed commented 7 years ago

Hi!

I want to test my USB-Relay/CP2104 with your test77 example. Unfortunately the lib cannot load the shared lib:

"Can not get shared library spcp210xrwinx64.dll resource as stream from sp-tty.jar file !"

Indeed, in the sp-tty.jar there is no such file. Currently not implemented?

RishiGupta12 commented 7 years ago

Hi, why you are using usbexpress driver. There are many issues with them as silicon labs does not provide may things they should provide.

FlaegelEmbed commented 7 years ago

Thanks for response!

it's a finished USB-relay (Conrad Components 393905). I thought it will use uart to control the gpio. But you have to use the manufacturer dll under windows/JAVA .. So the lib cannot handle the gpios of a CP2104 with the CP210xRuntime.dll?

RishiGupta12 commented 7 years ago
FlaegelEmbed commented 7 years ago

This sounds great, thanks :). Cant't wait to test it.

RishiGupta12 commented 7 years ago

sp-jar.zip