Commit Graph

  • ebcb3d8c4c Updated _nix_based jssc.cpp, added keys for disabling TIOCEXCL and prevent flags rewriting for serial port while port listing scream3r 2013-04-17 17:23:07 +0400
  • 223740af44 Updated jssc_SerialNativeInterface.h header file scream3r 2013-04-17 17:20:23 +0400
  • 5a2f8017ad Rewrited native readBytes function, now it use termios structure for setting min count of bytes to read, it makes read operation blocking, like in Windows version, and prevent reading of garbage scream3r 2013-04-17 15:29:49 +0400
  • c2c52e1e5c Added termios structure checking while port opening, and "Permission denied" exception support scream3r 2013-04-17 13:48:55 +0400
  • 82a01329a6 Added SerialPortException.TYPE_PERMISSION_DENIED support into SerialPort class scream3r 2013-04-17 13:38:06 +0400
  • fa056da300 Added TYPE_PERMISSION_DENIED exception to SerialPortException class scream3r 2013-04-17 13:33:12 +0400
  • 618d77309e Added serialPort.closePort() to getUnixBasedPortNames() scream3r 2013-04-17 12:49:46 +0400
  • 2590ae3a54 Fixed path to jssc_SerialNativeInterface.h in _nix_based source file scream3r 2013-04-17 11:08:52 +0400
  • 6baab11179 Added support of errorOccurred method for SerialPortEventListener. Only getting "public void errorOccurred(SerialPortException ex)" from event listener object implemented, no invokation yet Alexey Sokolov 2013-04-12 15:02:08 +0300
  • 03356b73f9 Cleared body duplicating in addEventListener() methods Alexey Sokolov 2013-04-12 14:08:42 +0300
  • c03f188075 Cleared SerialPortList class (deleting of unused imports) Alexey Sokolov 2013-04-12 09:08:06 +0300
  • 1d6724ca12 Cleared SerialPortList class Alexey Sokolov 2013-04-12 09:05:46 +0300
  • f3cec9a1d0 Readme.txt update Alexey Sokolov 2013-04-11 11:41:04 +0300
  • 57863fadba Update README.txt Alexey Sokolov 2013-04-11 09:46:30 +0300
  • d54cdf7d51 Update README.txt Alexey Sokolov 2013-04-11 09:40:15 +0300
  • 821c2a1884 If port name == null, exception with TYPE_NULL_NOT_PERMITTED will be thrown. Previous code with throwing TYPE_PORT_NOT_FOUND exception not a good idea as I think Alexey Sokolov 2013-04-11 10:26:41 +0300
  • 2819f0ceaf Added private getUnixBasedPortNames() method. It it a universal method for Linux, Solaris and MacOS X. Also added precompiled RegExp patterns Alexey Sokolov 2013-04-10 16:11:22 +0300
  • c0727b8dc9 Rewrited comparator for sotring port names. Now it's cross-platform Alexey Sokolov 2013-04-10 13:54:45 +0300
  • f368d5da79 Changed years in license comment Alexey Sokolov 2013-04-10 13:53:14 +0300
  • 6eded5cc1d _nix based. Fixed clearing exclusive access on port close. Alexey Sokolov 2013-04-09 09:32:25 +0300
  • 61096c5a5d Zeroing COMMTIMEOUTS structure, because it can be changed by previously running application and can provoke read/write errors Alexey Sokolov 2013-04-05 09:19:30 +0300
  • 8ae8491b42 Readme extention change Alexey Sokolov 2013-03-13 09:31:54 +0300
  • ffd0a5ec9b NULL port name fix Alexey Sokolov 2013-03-12 13:57:21 +0300
  • 7dddbec01d Windows native lib: port name string cancatenation fix, to prevent exception access violation Alexey Sokolov 2013-03-12 11:37:22 +0300
  • 7395dd0d80 Added support of Linux ARM and *.jnilib->*.dylib MacOS X 10.8 fix Alexey Sokolov 2013-03-12 09:37:22 +0300
  • 33e88f6f02 Project dates update Alexey Sokolov 2013-03-12 09:35:45 +0300
  • f24c629662 Added timeouts for read operations and SerialPortTimeoutException class Alexey Sokolov 2013-03-12 09:34:44 +0300
  • c5cb719c4c Revert "File.txt" Sokolov Alexey 2013-03-11 17:44:59 +0300
  • 0a8f690c27 File.txt Sokolov Alexey 2013-03-11 17:38:20 +0300
  • 313d1ac582 Readme update Alexey Sokolov 2013-03-11 16:18:39 +0300
  • 4b3c53269b Repo readme update master Alexey Sokolov 2013-03-11 15:16:26 +0300
  • f5cc86a06f Initial jSSC-0.9.0 Repo Alexey Sokolov 2013-03-11 15:15:22 +0300
  • 1a837d9eec Initial commit Alexey Sokolov 2013-03-11 04:05:15 -0700