- 25 Mar, 2019 1 commit
-
-
bsbaliga authored
Serial::read() vector and string variants.
-
- 12 Nov, 2018 2 commits
-
-
William Woodall authored
-
William Woodall authored
-
- 06 Feb, 2018 1 commit
-
-
William Woodall authored
* reduce the number of jobs on travis * update usage of pip due to changes in Homebrew * update pip and ensure the right one is being used with an alias * force reinstall pip to get `pip` on PATH * use python2 explicitly to run catkin_make * force use of python2 executable by catkin packages * python! * simpler * how to which * Update .travis.yml * make tests and run_tests * test results * disable timer tests on macOS
-
- 19 Jan, 2018 1 commit
-
-
Mike Purvis authored
-
- 13 Jan, 2018 5 commits
-
-
William Woodall authored
-
William Woodall authored
-
Ben Moyer authored
-
Ben Moyer authored
-
José Manuel Díez authored
RTS_CONTROL_HANDSHAKE raises RTS when there is space in the input buffer; RTS_CONTROL_TOGGLE only raises RTS when bytes are available for transmission. Also replace numeric constants with symbolic constants.
-
- 09 Jan, 2018 1 commit
-
-
Mike Purvis authored
-
- 21 Jan, 2017 1 commit
-
-
rhd authored
* Fix issue with write() and a timeout of 0. * fix up style
-
- 20 Jan, 2017 1 commit
-
-
Stephane Poirier authored
* Fix typo and missing dependency in README * [docs] Update docs: fix deprecation warnings + add missing deps to README
-
- 29 Nov, 2016 1 commit
-
-
aleksey-sergey authored
-
- 28 Nov, 2016 1 commit
-
-
aleksey-sergey authored
fixed "singed long" overflow that took place on attempt to use ~3000ms or bigger timeouts on Unix systems
-
- 21 Nov, 2016 1 commit
-
-
dontsovcmc authored
-
- 17 Oct, 2016 1 commit
-
-
Christopher Baker authored
-
- 02 Dec, 2015 1 commit
-
-
William Woodall authored
Updated serial.cc for FreeBSD 9 compatibility.
-
- 26 Nov, 2015 1 commit
-
-
Rimco authored
-
- 10 Nov, 2015 3 commits
-
-
William Woodall authored
Use CLOCK_MONOTONIC (Linux)/SYSTEM_CLOCK (OS X) to time select()
-
Patrick O'Leary authored
Analogously to using `CLOCK_MONOTONIC` on Linux to time events in favor of `CLOCK_REALTIME`, `SYSTEM_CLOCK` should be used in favor of `CALENDAR_CLOCK` on OS X. Ref: http://stackoverflow.com/questions/11680461/monotonic-clock-on-osx
-
Patrick O'Leary authored
On Linux systems which are being driven by an external time source (NTP or PTP), it is possible that time appears to slew in reverse under `CLOCK_REALTIME`. Since the timer function is used to time durations of events (calls to `select()`), it is better to use `CLOCK_MONOTONIC`, which isn't subject to slewing.
-
- 27 Sep, 2015 2 commits
-
-
William Woodall authored
Comment unreferenced formal parameters
-
Vladimir Gamalian authored
Fix warning from static analysis tools.
-
- 23 Sep, 2015 1 commit
-
-
William Woodall authored
Support VS2015
-
- 22 Sep, 2015 1 commit
-
-
Linquize authored
-
- 14 Aug, 2015 2 commits
-
-
William Woodall authored
AdditionalIncludeDirectories must be relative for project not solution
-
Rami authored
Fixes #105 Signed-off-by:
Rami <rami.rahikkala@jotautomation.com>
-
- 21 Jul, 2015 1 commit
-
-
William Woodall authored
Fix include directory paths in Visual Studio projects.
-
- 17 Jul, 2015 1 commit
-
-
Brandon Morton authored
Remove previously ignored *.user file.
-
- 27 Apr, 2015 2 commits
-
-
William Woodall authored
fix warning on Windows
-
William Woodall authored
-
- 22 Apr, 2015 8 commits
-
-
William Woodall authored
-
William Woodall authored
fix handling of COM ports over 10 on Windows, fixes #84
-
William Woodall authored
-
William Woodall authored
-
William Woodall authored
-
William Woodall authored
Release io_iterator_t object when finished with it in list_ports_osx.cc.
-
William Woodall authored
-
William Woodall authored
-