Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sensirion #115

Open
wants to merge 127 commits into
base: master
Choose a base branch
from
Open

sensirion #115

wants to merge 127 commits into from

Commits on Mar 11, 2013

  1. Readme update

    scream3r committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    313d1ac View commit details
    Browse the repository at this point in the history
  2. File.txt

    scream3r committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    0a8f690 View commit details
    Browse the repository at this point in the history
  3. Revert "File.txt"

    This reverts commit 0a8f690.
    scream3r committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    c5cb719 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2013

  1. Configuration menu
    Copy the full SHA
    f24c629 View commit details
    Browse the repository at this point in the history
  2. Project dates update

    scream3r committed Mar 12, 2013
    Configuration menu
    Copy the full SHA
    33e88f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7395dd0 View commit details
    Browse the repository at this point in the history
  4. Windows native lib: port name string cancatenation fix, to prevent ex…

    …ception access violation
    scream3r committed Mar 12, 2013
    Configuration menu
    Copy the full SHA
    7dddbec View commit details
    Browse the repository at this point in the history
  5. NULL port name fix

    scream3r committed Mar 12, 2013
    Configuration menu
    Copy the full SHA
    ffd0a5e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2013

  1. Readme extention change

    scream3r committed Mar 13, 2013
    Configuration menu
    Copy the full SHA
    8ae8491 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2013

  1. Zeroing COMMTIMEOUTS structure, because it can be changed by previous…

    …ly running application and can provoke read/write errors
    scream3r committed Apr 5, 2013
    Configuration menu
    Copy the full SHA
    61096c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2013

  1. Configuration menu
    Copy the full SHA
    6eded5c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2013

  1. Configuration menu
    Copy the full SHA
    f368d5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0727b8 View commit details
    Browse the repository at this point in the history
  3. Added private getUnixBasedPortNames() method. It it a universal metho…

    …d for Linux, Solaris and MacOS X. Also added precompiled RegExp patterns
    scream3r committed Apr 10, 2013
    Configuration menu
    Copy the full SHA
    2819f0c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2013

  1. Update README.txt

    Change list update for 2.1.0 version
    scream3r committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    57863fa View commit details
    Browse the repository at this point in the history
  2. 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
    scream3r committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    821c2a1 View commit details
    Browse the repository at this point in the history
  3. Update README.txt

    Change list update for 2.1.0 version
    scream3r committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    d54cdf7 View commit details
    Browse the repository at this point in the history
  4. Readme.txt update

    scream3r committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    f3cec9a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2013

  1. Cleared SerialPortList class

    scream3r committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    1d6724c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c03f188 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03356b7 View commit details
    Browse the repository at this point in the history
  4. Added support of errorOccurred method for SerialPortEventListener. On…

    …ly getting "public void errorOccurred(SerialPortException ex)" from event listener object implemented, no invokation yet
    scream3r committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    6baab11 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2013

  1. Configuration menu
    Copy the full SHA
    2590ae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    618d773 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa056da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82a0132 View commit details
    Browse the repository at this point in the history
  5. Added termios structure checking while port opening, and "Permission …

    …denied" exception support
    scream3r committed Apr 17, 2013
    Configuration menu
    Copy the full SHA
    c2c52e1 View commit details
    Browse the repository at this point in the history
  6. 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 committed Apr 17, 2013
    Configuration menu
    Copy the full SHA
    5a2f801 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    223740a View commit details
    Browse the repository at this point in the history
  8. Updated _nix_based jssc.cpp, added keys for disabling TIOCEXCL and pr…

    …event flags rewriting for serial port while port listing
    scream3r committed Apr 17, 2013
    Configuration menu
    Copy the full SHA
    ebcb3d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    273e132 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d542e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2013

  1. Configuration menu
    Copy the full SHA
    49c677a View commit details
    Browse the repository at this point in the history
  2. Removed using of "invockedByPortList" parameter. Using of F_GETFL/F_S…

    …ETFL has no effect on already opened port
    scream3r committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    f4e7252 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e23a292 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0b558a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    521909e View commit details
    Browse the repository at this point in the history
  6. Readme file update

    scream3r committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    279c8b3 View commit details
    Browse the repository at this point in the history
  7. Readme file update

    scream3r committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    235f677 View commit details
    Browse the repository at this point in the history
  8. Readme file update

    scream3r committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    e4076c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d05623 View commit details
    Browse the repository at this point in the history
  10. Added JSSC_NO_TIOCEXCL property for disable using exclusive access to…

    … serial device. See issue #6
    scream3r committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    2d481ff View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2013

  1. Configuration menu
    Copy the full SHA
    8e5a797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8df646 View commit details
    Browse the repository at this point in the history
  3. Added "getPortNames(String searchPath)" method and maded a little cha…

    …nges in "getUnixBasedPortNames()" method
    scream3r committed Apr 19, 2013
    Configuration menu
    Copy the full SHA
    cd4f05d View commit details
    Browse the repository at this point in the history
  4. Added method "getPortNames(String searchPath, Pattern pattern, Compar…

    …ator comparator)", added default PORTNAMES_REGEXP for Windows, modified "getUnixBasedPortNames()" method
    scream3r committed Apr 19, 2013
    Configuration menu
    Copy the full SHA
    6ab3e83 View commit details
    Browse the repository at this point in the history
  5. Added methods for advanced port listing by using another search path,…

    … RegExp and comparator. Also some internal method were modified
    scream3r committed Apr 19, 2013
    Configuration menu
    Copy the full SHA
    1043354 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2013

  1. Added 3 constants to SerialNativeInterface class, and made a little r…

    …efactoring of SerialPort and SerialPortList classes
    scream3r committed Apr 22, 2013
    Configuration menu
    Copy the full SHA
    df65d88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73c7a68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef28e80 View commit details
    Browse the repository at this point in the history
  4. Added "ERR_INCORRECT_SERIAL_PORT" into SerialNativeInterface class an…

    …d jssc_SerialNativeInterface.h header file. Also added "TYPE_INCORRECT_SERIAL_PORT" for throwing if "ERR_INCORRECT_SERIAL_PORT"
    scream3r committed Apr 22, 2013
    Configuration menu
    Copy the full SHA
    44f6fea View commit details
    Browse the repository at this point in the history
  5. Added using of "ERR_INCORRECT_SERIAL_PORT" into SerialPort class. Als…

    …o made a little refactoring - if/else changed to switch/case in "openPort()" method for handling error
    scream3r committed Apr 22, 2013
    Configuration menu
    Copy the full SHA
    5b5a604 View commit details
    Browse the repository at this point in the history
  6. Linux native part, used "ERR_INCORRECT_SERIAL_PORT" instead of "ERR_P…

    …ORT_NOT_FOUND" if termios structure for serial port can not be get
    scream3r committed Apr 22, 2013
    Configuration menu
    Copy the full SHA
    f756417 View commit details
    Browse the repository at this point in the history
  7. Windows native part. Added using of "ERR_INCORRECT_SERIAL_PORT", chec…

    …king the DCB structure on port opening like in _nix based version and a little refactoring was made
    scream3r committed Apr 22, 2013
    Configuration menu
    Copy the full SHA
    9544ad4 View commit details
    Browse the repository at this point in the history
  8. Removed port opening only for Linux in "getUnixBasedPortNames()" meth…

    …od of SerialPortList class, now port opening will be used on all _unix_based systems, because it can help to get real serial devices
    scream3r committed Apr 22, 2013
    Configuration menu
    Copy the full SHA
    3363195 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2013

  1. Added fix for issue #10. If user home folder is read-only, the native…

    … library will be unpacked into temp folder
    scream3r committed Apr 23, 2013
    Configuration menu
    Copy the full SHA
    394bebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f44d12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8cfc9b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2013

  1. Readme update

    scream3r committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    c7a199c View commit details
    Browse the repository at this point in the history
  2. Changed port handle from "int" to "long" type, to prevent Win64 HANDL…

    …E problems. Don't ever seen this problem, but theory it could be
    scream3r committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    d818ecb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f83f0d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa73dea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33d9953 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    771f1ca View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2013

  1. Readme file update

    scream3r committed Apr 25, 2013
    Configuration menu
    Copy the full SHA
    30accf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d613a3d View commit details
    Browse the repository at this point in the history
  3. Removed Solaris native libs

    scream3r committed Apr 25, 2013
    Configuration menu
    Copy the full SHA
    9b2554b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5aaaf63 View commit details
    Browse the repository at this point in the history
  5. Readme update

    scream3r committed Apr 25, 2013
    Configuration menu
    Copy the full SHA
    4f3f66c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b4ad8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d47f257 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2013

  1. Configuration menu
    Copy the full SHA
    432eed1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bfbc3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfbd2d2 View commit details
    Browse the repository at this point in the history
  4. Added Linux 2.4 native libs

    scream3r committed Apr 26, 2013
    Configuration menu
    Copy the full SHA
    14963e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d1652d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db6c082 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da5f023 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    906964f View commit details
    Browse the repository at this point in the history
  9. Readme file update

    scream3r committed Apr 26, 2013
    Configuration menu
    Copy the full SHA
    eada9f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2013

  1. Configuration menu
    Copy the full SHA
    7a166d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99938e2 View commit details
    Browse the repository at this point in the history
  3. Renamed Windows native libs

    scream3r committed Apr 27, 2013
    Configuration menu
    Copy the full SHA
    00dc395 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b835781 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e427624 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cd01f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e383239 View commit details
    Browse the repository at this point in the history
  8. Readme file update

    scream3r committed Apr 27, 2013
    Configuration menu
    Copy the full SHA
    7419d9b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d98a70 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2013

  1. Readme update

    scream3r committed May 31, 2013
    Configuration menu
    Copy the full SHA
    48af99b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5dfff9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d57c122 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2013

  1. Added support of "int flags" for "setParams()" method, and also added…

    … flags PARAMS_FLAG_IGNPAR, PARAMS_FLAG_PARMRK for changing state of INGPAR, PARMRK in _nix based version of jSSC.
    scream3r committed Jun 1, 2013
    Configuration menu
    Copy the full SHA
    a9b6a00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b63e7db View commit details
    Browse the repository at this point in the history
  3. Added const-s for properties: PROPERTY_JSSC_NO_TIOCEXCL, PROPERTY_JSS…

    …C_IGNPAR, PROPERTY_JSSC_PARMRK
    scream3r committed Jun 1, 2013
    1 Configuration menu
    Copy the full SHA
    20171d9 View commit details
    Browse the repository at this point in the history
  4. Removed Linux native libs

    scream3r committed Jun 1, 2013
    Configuration menu
    Copy the full SHA
    72fa4b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4581b5 View commit details
    Browse the repository at this point in the history
  6. Added "jint flags" to Windows-native setParams() method, for compatib…

    …ility with _nix version
    scream3r committed Jun 1, 2013
    Configuration menu
    Copy the full SHA
    44a750f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f24483e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2d3473 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d668c2c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc29b60 View commit details
    Browse the repository at this point in the history
  11. Updated release info

    scream3r committed Jun 1, 2013
    Configuration menu
    Copy the full SHA
    b61c224 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2014

  1. Fix for a "file handler" leak in native openPort method.

    This bug leads to VM crashes (at least on Linux) when the number
    of "leaked" handlers goes over 1024 and a select is made on one of
    them (for example during readBytes).
    cmaglie committed Jan 18, 2014
    Configuration menu
    Copy the full SHA
    a743b53 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2014

  1. Merge pull request #36 from cmaglie/fix-file-handle-leak

    Fix for a "file handler" leak in native openPort method.
    scream3r committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    5a32b4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f322aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21fa240 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b813f26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8eaf04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11b163f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7885cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef6a837 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    791a995 View commit details
    Browse the repository at this point in the history
  10. Readme update

    scream3r committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    3c05bed View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2014

  1. Configuration menu
    Copy the full SHA
    e56d39f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d1515a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a02a5f1 View commit details
    Browse the repository at this point in the history
  4. Fixed copyright symbol

    scream3r committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    8533cbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cc7332 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9b2b12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cbf5d60 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d63a06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c83343e View commit details
    Browse the repository at this point in the history
  10. c symbol

    scream3r committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    8fb7e3d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    63a7fb6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9bd64e5 View commit details
    Browse the repository at this point in the history
  13. Readme update

    scream3r committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    f556486 View commit details
    Browse the repository at this point in the history