jSSC (Java Simple Serial Connector) - library for work with serial port from Java. jSSC designed to operate 24/7 multi-threaded systems and is currently successfully used in automation, data collection and recording. Current version of library (0.7.1) supports Win32(Win98-Win7) and Win64 operating systems.
I installed the library in netbeans 6.9.1 and try to let the read example work but I receive this error
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: no libjssc in java.library.path What Can I do?
You must place libjssc.dll file in your projects folder, and everything will work ;)