Size: 577
Comment:
|
← Revision 6 as of 2020-09-02 15:00:37 ⇥
Size: 579
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
The Portable Operating System Interface (POSIX) is a collection of application programming interface standards for maintaining compatibility between various types of mostly UNIX-like operating systems. Thus, applications that use POSIX-compliant interfaces will be more portable between different UNIX platforms. | The Portable Operating System Interface (POSIX) is a collection of application programming interface standards for maintaining compatibility between various types of mostly UNIX-like operating systems. Thus, applications that use POSIX-compliant interfaces will be more portable between different (UNIX) platforms. |
POSIX
The Portable Operating System Interface (POSIX) is a collection of application programming interface standards for maintaining compatibility between various types of mostly UNIX-like operating systems. Thus, applications that use POSIX-compliant interfaces will be more portable between different (UNIX) platforms.
Literature
Serial programming guide for POSIX is a great online book on programming Unix serial ports.