- Goals
 - User guide
 - Classlib developers guide
 - Developer guide
 - Tester guide
 - Porting guide
 - Blogs
 - Project development
- Project organization
 - Draft 0.2 plan
 - Draft 0.3 plan
 - TODO list
- Student Projects
- Classical projects
- Complete AMD 64 support
 - Complete multi CPU support
 - Complete the vesa driver
 - Implement full ddx support without 2d and 3d
 - Implement javax.comm API (A)
 - Implement new GC algorithms for better performances (A)
 - Implement realtime specification for Java
 - Implement virtio drivers for jnode (A) (*/**)
 - Implement write support for the iso 9660 file system
 - Integrate JDistro
 - Port jnode to another CPU
 - Port jnode to grub 2
 - Write a driver for a sound card
 - Write a driver for Serial ATA (sata)
 - Write a file system checker (**/***)
 - write a virtual keyboard
 - write an open GL driver
 - Write another desktop for JNode
 - Write SWT peers
 
 - Generic projects
 - Experimental projects
 
 - Classical projects
 
 - Student Projects
 - Contact
 - Release procedure
 
 - Glossary
 - Proposals
 - FAQ
 - Papers & presentations
 - References
 - Research
 
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)
 
- Printer-friendly version
 - Login to post comments