Implement javax.comm API (A)

  • Description : The javax.comm API allows to access serial and parallel ports in java. I have been told that the javax.comm package can't be used to avoid legal issues : the rxtx project has choosen the gnu.io package instead.
  • References : specifications of the API, its javadoc
  • Tips : use the RXTX library
  • Level : easy
  • Assigned to : Mihail Argranat (blog)

    The git repository is located here