TermiWin Versions Save

termiWin: a termios porting for Windows

v1.2.1

3 years ago

1.2.1 (16.11.2020)

  • termios.h: include termiwin only on Windows
  • Changed some function names
    • openSerial => open_serial
    • writeToSerial => write_serial
    • readFromSerial => read_serial
    • closeSerial => close_serial
    • selectSerial => select_serial
  • open_serial use const char* device name
  • cmake build

v1.2.0

3 years ago

termiWin 1.2.0 (21.12.2019)

  • Don't build on Linux/MacOS
  • Termios header
  • Fixed ifndef in termiWin.h
  • Added strncat_s to build on Visual Studio without enabling unsafe code
  • Added termiWin version macros (TERMIWIN_VERSION, TERMIWIN_MAJOR_VERSION, TERMIWIN_MINOR_VERSION)
  • Added travis-CI.yml to project

1.1.4

5 years ago

termiWin 1.1.4

  • Fixed issue (related to issue #8 )
  • code indentation

1.1.3

6 years ago

#6

Solved portname issue

1.1.2

6 years ago

Fixed a problem related to options getters

1.1.1

6 years ago

Added getHandle() function

1.1.0

6 years ago
  • Added missing options (CLOCAL, CREAD, B600, B110)
  • Added TERMIWIN_DONOTREDEFINE to disable open/close/select/read/write redefinitions

1.0

6 years ago