BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Українська - Ukrainian
Oëzbekcha - Uzbek
Subversion Repositories
Programming Utils
(root)
/
tags
/
JavaSerial0.5/
- Rev 111
Rev
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
111
2720d 05h
rm5248
/tags/JavaSerial0.5/
[maven-scm] copy for tag JavaSerial0.5
110
2720d 05h
rm5248
/trunk/JavaSerial/
fixed licensing information to be MIT
109
2720d 05h
rm5248
/trunk/JavaSerial/NativeCode/Windows/
updated windows dlls to work properly when you don't care about the serial line state.
108
2720d 05h
rm5248
/trunk/JavaSerial/
fixed POM to target java 1.7
107
2720d 05h
rm5248
/trunk/JavaSerial/NativeCode/
fixed reading serial port on windows when you don't care about the control lines.
106
2720d 05h
rm5248
/trunk/JavaSerial/NativeCode/Windows/
moved the windows dll to the right location
105
2721d 03h
rm5248
/trunk/JavaSerial/src/com/rm5248/serial/
fixed a bug where a new serial port that thew an exception in the constructor could cause a previous serial port to stop working. the finalizer was being called on a NULL object, so the handle would be 0, which is a valid handle to close
104
2732d 09h
rm5248
/trunk/JavaSerial/
remvoed classpath and project files
103
2732d 11h
rm5248
/trunk/JavaSerial/NativeCode/Windows/
added windows builds of native code.
102
2732d 11h
rm5248
/trunk/JavaSerial/NativeCode/
Added pre-compiled versions of libjavaserial for linux
101
2745d 06h
rm5248
/trunk/JavaSerial/src/com/rm5248/serial/
Removed NIO stuff, moved to a separate branch. Added new SerialPort constructors. Added ability to get notifications only on certain line changes
100
2750d 03h
rm5248
/trunk/JavaSerial/src/com/rm5248/serial/
delete the extracted library on exit
99
2750d 04h
rm5248
/trunk/JavaSerial/
updated pom to include native libraries. we will now extract and load libs from jar if not provided
97
2751d 04h
rm5248
/trunk/JavaSerial/src/com/rm5248/serial/
messing around with NIO stuff
96
2752d 22h
rm5248
/trunk/JavaSerial/
added maven build. Added constructors fro IOSerialPort, now compiles. moved implementation to SerialPort.java, no reason to have subclasses implement most functions. Added a SimpleSerialInputStream, it ignores the control lines so the user does not get notified when they change
95
2764d 05h
rm5248
/trunk/JavaSerial/src/com/rm5248/serial/
started work on updating the serial port for use with NIO, and a version that won't require a new thread for each serial port
81
3156d 22h
rm5248
/trunk/JavaSerial/
upped minor version of library
80
3156d 23h
rm5248
/trunk/JavaSerial/NativeCode/
fix for SerialPortImpl to compile on FreeBSD
77
3224d 07h
rm5248
/trunk/JavaSerial/NativeCode/
fixed an issue where java could crash if the port descriptor was free()'d at a certain time. fixed checking for serial line changes too fast
76
3225d 12h
rm5248
/trunk/JavaSerial/src/com/rm5248/serial/
fix a possible null pointer when closing a serial port
←Prev
1
2
Next→
Show All