Testing out the PPD42 Air Quality Sensor, with an MSP430 Launchpad and graphing the data with GNUplot.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
2.9 KiB

5 years ago
  1. /*-------------------------------------------------------------------------
  2. | rxtx is a native interface to serial ports in java.
  3. | Copyright 1997-2004 by Trent Jarvi taj@www.linux.org.uk.
  4. |
  5. | This library is free software; you can redistribute it and/or
  6. | modify it under the terms of the GNU Library General Public
  7. | License as published by the Free Software Foundation; either
  8. | version 2 of the License, or (at your option) any later version.
  9. |
  10. | This library is distributed in the hope that it will be useful,
  11. | but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  13. | Library General Public License for more details.
  14. |
  15. | You should have received a copy of the GNU Library General Public
  16. | License along with this library; if not, write to the Free
  17. | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  18. --------------------------------------------------------------------------*/
  19. This is README Fri Apr 5 13:05:27 EST 2002
  20. See Also:
  21. INSTALL: install instructions and solutions to common problems
  22. TODO: Comments for developers
  23. COPYING: The LGPL license
  24. PORTING: hints for people trying to port rxtx
  25. Authors: who wrote what.
  26. ChangeLog: when they wrote it.
  27. RMISecurityManager.html: Comments for people using RMISecurityManager
  28. SerialPortInstructions.txt: HOWTO on read/writing to your com ports on linux for beginners
  29. There are numerous possibilities for projects that involve serial communication.
  30. Java is an excellent language for putting GUI apps together. Well have fun.
  31. Send back stories.
  32. Copies of the latest RXTX will be on http://www.rxtx.org/download
  33. The primary source for information/support is http://www.rxtx.org.
  34. The rxtx mail-list is at Majordomo@hex.linuxgrrls.org.
  35. Send email with "subscribe rxtx" in the subject without the quotes to join.
  36. This is a native lib for jdk 1.1.* and newer. If you find changes required
  37. for different platforms or OS's please pass them back this way so we may share
  38. it with others. Credit will be given unless one specifically requests no
  39. credit.
  40. We chopped rxtx out of my program and tried to put a small example together.
  41. There is plenty of room for configurability, safe guarding and error reporting.
  42. If you have some time please contribute some improvements.
  43. We are interested in sharing this code in hopes that a more versatile lib may
  44. be developed and released with minimal restrictions. Please send any patches
  45. back my way if you like.
  46. If you are interested in using rxtx for things like RS485, I2C or raw IO Please
  47. get the latest CVS version. Some work has been done for each of them. The
  48. latest development version is a stand alone implementation of CommAPI.
  49. For bug reports please follow the directions in INSTALL
  50. Trent Jarvi
  51. taj@www.linux.org.uk