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

Commit

Permalink
Termiwin 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Nov 16, 2020
1 parent a4d7a6f commit 9888ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Current Version 1.2.1 (16/11/2020)
- [cfsetospeed](#cfsetospeed)
- [cfsetsspeed](#cfsetsspeed)
- [Supported speed](#supported-speed)
- [Serial transmission/receiving - open/close Functions](#serial-transmissionreceiving---openclose-functions)
- [Extra functions](#extra-functions)
- [open_serial](#open_serial)
- [close_serial](#close_serial)
- [write_serial](#write_serial)
Expand Down Expand Up @@ -269,7 +269,7 @@ The supported speeds are the the following (not all speeds could be implemented
- B57600
- B115200

### Serial transmission/receiving - open/close Functions
### Extra functions

**You can use open/close/write/read instead of these names by default. If it causes to you conflicts with another library you can deactivate these definitions defining in your project:**

Expand Down
2 changes: 0 additions & 2 deletions include/termiWin.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ int select_serial(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds
//get Handle out of the COM structure
HANDLE getHandle();



#endif

#ifndef _WIN32
Expand Down

0 comments on commit 9888ee6

Please sign in to comment.