Logo white

Peter M. Groen / CppLinuxSerial

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 59
  • Compare
  • Branches 1
  • Tags 0
  • CppLinuxSerial
  • src
23 Dec, 2021
1 commit
  • - Added support for setting the num. data bits. ...
    41a7880e
    - Added support for setting the parity.
    - Added support for setting the num. stop bits.
    Geoffrey Hunter authored
    2021-12-23 14:19:43 +1300  
    Browse Dir »

30 Nov, 2021
1 commit
  • Added ReadBinary and WriteBinary
    67d72d50
    Roland Hughes authored
    2021-11-30 11:41:52 -0600  
    Browse Dir »

21 Aug, 2021
1 commit
  • Update CMakeLists.txt
    11fcef3e
    Luca Tricerri authored
    2021-08-21 22:40:03 +0200  
    Browse Dir »

10 Aug, 2021
2 commits
  • Update CMakeLists.txt
    93ae6ff7
    Luca Tricerri authored
    2021-08-10 22:50:41 +0200  
    Browse Dir »
  • Update CMakeLists.txt
    adfc9ff6
    Luca Tricerri authored
    2021-08-10 22:47:18 +0200  
    Browse Dir »

30 Jun, 2021
1 commit
  • Install headers correctly when used as a cmake submodule (FetchContent)
    d44615e3
    Mads Andreasen authored
    2021-06-30 11:34:54 +0200  
    Browse Dir »

04 Apr, 2021
1 commit
  • Fixed bug with setting the echo.
    d8e1cd1e
    Geoffrey Hunter authored
    2021-04-04 20:01:02 -0700  
    Browse Dir »

07 Nov, 2020
2 commits
  • Re-enabled all UNIX baud rates. Improved README.md documentation.
    18eb9073
    Geoffrey Hunter authored
    2020-11-07 23:31:47 -0800  
    Browse Dir »
  • Basic custom baud rate functionality working.
    46234190
    Geoffrey Hunter authored
    2020-11-07 01:23:18 -0800  
    Browse Dir »

30 May, 2019
1 commit
  • Serial port state is now set to 'CLOSED' on initialization.
    3aa966ca
    Geoffrey Hunter authored
    2019-05-30 22:27:46 -0700  
    Browse Dir »

27 Nov, 2017
2 commits
  • Added TravisCI config file and build script.
    8a946ed8
    Geoffrey Hunter authored
    2017-11-27 11:15:26 -0800  
    Browse Dir »
  • Tidied up serial port API.
    01a18d8c
    Geoffrey Hunter authored
    2017-11-27 10:49:11 -0800  
    Browse Dir »

24 Nov, 2017
5 commits
  • Added baud rate configure unit tests.
    9c29783b
    Geoffrey Hunter authored
    2017-11-24 14:35:03 -0800  
    Browse Dir »
  • Basic write/read data test between virtual serial ports is passing.
    5a48f672
    Geoffrey Hunter authored
    2017-11-24 13:56:25 -0800  
    Browse Dir »
  • Working on basic read/write unit test using two virtual serial ports.
    2e35cebd
    Geoffrey Hunter authored
    2017-11-24 11:52:03 -0800  
    Browse Dir »
  • Adding basic 'Open' unit test.
    9bfbe366
    Geoffrey Hunter authored
    2017-11-24 10:01:27 -0800  
    Browse Dir »
  • Removed api folder. Added CMakeLists.txt files for src. Added unit test folder.
    4de88caa
    Geoffrey Hunter authored
    2017-11-24 09:44:34 -0800  
    Browse Dir »

23 Nov, 2017
1 commit
  • Started refactoring/improving code. Added config files for Visual Studio Code. R… ...
    b50efff3
    …emoved unused files. Added 'mn' namespace.
    Geoffrey Hunter authored
    2017-11-23 17:01:58 -0800  
    Browse Dir »

21 May, 2014
1 commit
  • Added ability to enable/disable echo with 'SerialPort::EnableEcho()'.
    5317bfff
    Geoffrey Hunter authored
    2014-05-21 12:23:21 +1200  
    Browse Dir »

15 May, 2014
1 commit
  • Initial commit. serial-port-cpp library has basic functions up and running.
    4ec9c734
    Geoffrey Hunter authored
    2014-05-15 16:39:56 +1200  
    Browse Dir »