Go to file
Will Hedgecock 03c2f40ba8
Merge pull request #64 from swilson/master
Fix for issue #61
2018-01-03 10:50:36 -06:00
src Merge pull request #64 from swilson/master 2018-01-03 10:50:36 -06:00
.gitignore Full support for Raspberry Pi. 2015-04-20 12:46:38 -05:00
AUTHORS Updated to version 1.3.9. 2015-10-28 09:01:22 -05:00
COPYING Moved project from Google Code hosting. 2015-02-27 01:30:18 -06:00
COPYING.LESSER Moved project from Google Code hosting. 2015-02-27 01:30:18 -06:00
INSTALL Fix bug where reconfiguring ports after setting timeouts negates the timeout settings. 2016-03-23 16:51:07 -05:00
LICENSE Moved project from Google Code hosting. 2015-02-27 01:30:18 -06:00
README Updated documentation 2015-03-11 17:39:13 -05:00
build.gradle Added bytesAwaitingWrite() method and allow enumeration of rfcomm Bluetooth ports. 2016-12-05 14:25:23 -06:00

README

------------------------------------------------------------
 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.