Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit 7f16143 Apr 1, 2015 History
1 contributor

Users who have contributed to this file

If you get a compiler warning on the gnu.io.CommPort import:
Modify your build path to explicitly allow access to the gnu.io.CommPort class:
1. Open the Libraries tab of the Java Build Path project property window.
2. Expand the JRE System Library entry.
3. Select "Access rules" and hit the Edit button.
4. Click the Add button in the resulting dialog.
5. For the new access rule, set the resolution to Accessible and the pattern to "gnu/io/**".