Subversion Repositories Programming Utils

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
69 3517d 10h rm5248 /trunk/JavaSerial/ updated linux version to report serial ports back.  
68 3517d 11h rm5248 /trunk/JavaSerial/ Windows implementation will now open serial ports greater than 10. Added the capability to get a list of all serial ports on the system. Windows will no longer crash when closing a serial port. Serial ports will also now stop their threads when they are closed.  
65 3585d 20h rm5248 /trunk/JavaSerial/ Release for 0.2. Windows native library now keeps track of what state the DTR/RTS line is in. fixed an issue with getting the serial port state.  
63 3589d 08h rm5248 /trunk/JavaSerial/ fixed the line setting and getting to actually work. set up linux/POSIX native code to wait until the serial lines change, to be like windows. that is, you will get a callback when the serial lines change if you so choose  
62 3591d 09h rm5248 /trunk/JavaSerial/ added some error checking  
61 3591d 12h rm5248 /trunk/JavaSerial/ Updated input stream to comply with java standards. Added ability to get library version  
42 3726d 17h rm5248 /trunk/JavaSerial/ Updated comments, added LICENSE and README file.  
40 3782d 11h rm5248 /trunk/JavaSerial/ Setting the serial line state should now work. Setting the flow control has been implemented in java. a write array method has been added to the output stream  
38 3782d 18h rm5248 /trunk/JavaSerial/ Data flow is now such that you will get serial state changes in a new thread. All reading happens in only one spot.  
36 3788d 15h rm5248 /trunk/JavaSerial/ Updated windows code. Updated java code to (theoretically) work when the state of the serial line is chagned.  
35 3789d 09h rm5248 /trunk/JavaSerial/ Got serial line state getting working for linux  
34 3789d 12h rm5248 /trunk/JavaSerial/ Updated windows flow control.  
30 3789d 19h rm5248 /trunk/JavaSerial/ Updated Windows side to do hardware flow control.  
28 3789d 19h rm5248 /trunk/JavaSerial/ Updated the serial port to have callbacks when the serial port changes. Made a few updates to how the native linux code works  
26 3802d 14h rm5248 /trunk/JavaSerial/src/com/rm5248/serial/ when opening a serial port, will properly set all settings.  
24 3803d 20h rm5248 / Moved stuff into proper SVN directoreis  
20 3855d 19h rm5248 /JavaSerial/ Added native methods to get information from serial ports. Added a toString method on the SerialPort. The SerialPort now knows what port it is representing  
13 3864d 08h rm5248 /JavaSerial/ Started on Windows implementation. Added target to Makefile for Windows compliation. Added some comments in SerialPort based on what baud rates are only available in Windows.  
11 3865d 08h rm5248 /JavaSerial/ Updated implementation, added more methods for manipulating the serial port  
10 3873d 13h rm5248 /JavaSerial/src/com/rm5248/serial/ Added SerialLineState.java to get and set the state of the serial lines. Added getters for serial port settings.  

Show All