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

sp-usb.jar contains wrong win32 DLL #22

Closed akuhtz closed 7 years ago

akuhtz commented 7 years ago

The sp-usb.jar contains a wrong win32 DLL that is not picked up. The name is spusbwinx32.dll instead of spusbwinx86.dll. Renaming this file solves the problem.

RishiGupta12 commented 7 years ago

Done sir. Thanks.