https://github.com/danielrohers/serialportcommunication
This project was created for example communication simple serial port.
https://github.com/danielrohers/serialportcommunication
Last synced: 8 months ago
JSON representation
This project was created for example communication simple serial port.
- Host: GitHub
- URL: https://github.com/danielrohers/serialportcommunication
- Owner: danielrohers
- Created: 2013-01-19T01:51:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-14T01:52:51.000Z (over 13 years ago)
- Last Synced: 2025-01-24T10:47:06.631Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 754 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SerialPortCommunication
This project was created for example communication simple serial port.
## Technologies
* [RXTX](http://rxtx.qbang.org/wiki/index.php/Main_Page/)
* [JSSC] (https://code.google.com/p/java-simple-serial-connector/)
* [Netbeans](http://netbeans.org/)
## Configurations
### RXTX
#### Windows
RXTXcomm.jar goes in \jre\lib\ext (under java)
rxtxSerial.dll goes in \jre\bin
#### Mac OS X (x86 and ppc)
RXTXcomm.jar goes in /Library/Java/Extensions
librxtxSerial.jnilib goes in /Library/Java/Extensions
Run fixperm.sh thats in the directory. Fix perms is in the Mac_OS_X
subdirectory.
#### Linux (only x86, x86_64, ia64 here but more in the ToyBox)
RXTXcomm.jar goes in /jre/lib/ext (under java)
librxtxSerial.so goes in /jre/lib/[machine type] (i386 for instance)
Make sure the user is in group lock or uucp so lockfiles work.
#### Solaris (sparc only so far)
RXTXcomm.jar goes in /jre/lib/ext (under java)
librxtxSerial.so goes in /jre/lib/[machine type]
Make sure the user is in group uucp so lockfiles work.
## Author
Daniel Röhers Moura