Skip to content

FrozenOne/jSerialComm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

------------------------------------------------------------
 jSerialComm
 ------------
 A platform-independent serial port access library for Java
------------------------------------------------------------

For building and/or installation instructions, please refer to the INSTALL file

For usage examples, please refer to the Usage Wiki at https://github.com/Fazecast/jSerialComm/wiki/Usage-Examples


-----------------
 TROUBLESHOOTING
-----------------

If you are using Linux and this library does not appear to be working, ensure that you have the correct permissions set to access the serial port on your system.  One way to test this is to run your application as root or by using the 'sudo' command.  If everything works, you will need to either run your application as root in the future or fix the permissions on your system.  For further instructions, refer to the Troubleshooting Wiki at https://github.com/Fazecast/jSerialComm/wiki/Troubleshooting.

An additional note for Linux users:  If you are operating this library in event-based mode, the LISTENING_EVENT_DATA_WRITTEN event will never occur.  This is not a bug, but rather a limitation of the Linux operating system.

For other troubleshooting issues, please see if you can find an answer in either the Usage Wiki at https://github.com/Fazecast/jSerialComm/wiki/Usage-Examples or the Troubleshooting Wiki at https://github.com/Fazecast/jSerialComm/wiki/Troubleshooting.

If your question is still not answered, feel free to open an issue report on this project's GitHub page (https://github.com/Fazecast/jSerialComm/issues), and we will be glad to look into it.

About

Platform-independent serial port access for Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 59.0%
  • Java 33.6%
  • Makefile 7.4%