You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -567,7 +577,7 @@ The return value is the file descriptor or -1 for any error, in which case errno
567
577
568
578
**NOTE: The file descriptor (fd) returned is a standard Linux file descriptor.**
569
579
570
-
**You can use the standard read(), write(), etc. system calls on this file descriptor as required.**
580
+
**You can use the standard read(), write(), etc. system calls on this file descriptor as required.**
571
581
572
582
**E.g. you may wish to write a larger block of binary data where the serialPutchar() or serialPuts() function may not be the most appropriate function to use, in which case, you can use write() to send the data.**
0 commit comments