Issue Details (XML | Word | Printable)

Key: DIRMINA-21
Type: New Feature New Feature
Status: Closed Closed
Resolution: Duplicate
Priority: Major Major
Assignee: Trustin Lee
Reporter: Trustin Lee
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
MINA

New transport type: serial port communication

Created: 07/May/05 03:04 PM   Updated: 04/Dec/05 08:28 PM
Return to search
Component/s: None
Affects Version/s: 0.7.0, 0.8.0
Fix Version/s: 0.9.1

Time Tracking:
Not Specified

File Attachments:
  Size
Java Source File Licensed for inclusion in ASF works SerialSocketAddress.java 2005-05-09 04:28 PM Julien Vermillard 1 kB

Resolution Date: 04/Dec/05 08:28 PM


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Julien Vermillard added a comment - 09/May/05 04:28 PM
a serial socket address descriptor needed for make a SerialConnector (more to come)

Julien Vermillard made changes - 09/May/05 04:28 PM
Field Original Value New Value
Attachment SerialSocketAddress.java [ 19960 ]
Julien Vermillard added a comment - 09/May/05 04:56 PM
there is mostly 2 java API for serial/parallel. none of them are integrated in the JDK.

1st - Sun Comm API : http://java.sun.com/products/javacomm/
It's Sun serial/parallel API for java, it's only for Solaris (x86 & Sparc) and Windows, it's a "Java Standard Extension".

2nd - RXTX : http://www.rxtx.org
It's a native lib providing serial and parallel communication for the Java Development Toolkit (JDK). All deliverables are under the gnu LGPL license. Works for Linux & Windows, support i2c and RS485 communication and provide compatibility with Sun Comm API.

In my opinion, for all the standard serial and paralell communication the best is to use the javax.comm.* API and for run it under linux to "plug" RXTX as native implementation. For more advanced serial communication (RS485, I2C) to use gnu.io.* directly.

Trustin Lee added a comment - 10/May/05 05:52 PM
Duplicate of DIRMINA-34

Trustin Lee made changes - 10/May/05 05:52 PM
Resolution Duplicate [ 3 ]
Status Open [ 1 ] Closed [ 6 ]
Trustin Lee made changes - 04/Dec/05 08:27 PM
Status Closed [ 6 ] Reopened [ 4 ]
Resolution Duplicate [ 3 ]
Trustin Lee added a comment - 04/Dec/05 08:28 PM
Changed the fix version to 0.9.1.

Trustin Lee made changes - 04/Dec/05 08:28 PM
Fix Version/s 0.9 [ 11069 ]
Resolution Duplicate [ 3 ]
Status Reopened [ 4 ] Closed [ 6 ]
Fix Version/s 0.9.1 [ 12310371 ]