Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

TermiWin 1.2.1

Latest
Compare
Choose a tag to compare
@veeso veeso released this 16 Nov 13:50
· 20 commits to master since this release

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