Skip to content

Commit a3932d4

Browse files
author
Stefania
authored
Merge pull request #188 from arduino/SimonePDA-patch-4
Update readBytesUntil.adoc
2 parents 72f6b42 + 6f46d2a commit a3932d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial/readBytesUntil.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Serial.readBytesUntil()
1515

1616
[float]
1717
=== Description
18-
Serial.readBytesUntil() reads characters from the serial buffer into an array. The function terminates if the terminator character is detected, the determined length has been read, or it times out (see link:../setTimeout[Serial.setTimeout()]).
18+
Serial.readBytesUntil() reads characters from the serial buffer into an array. The function terminates if the terminator character is detected, the determined length has been read, or it times out (see link:../settimeout[Serial.setTimeout()]).
1919

2020
`Serial.readBytesUntil()` returns the number of characters read into the buffer. A 0 means no valid data was found.
2121

0 commit comments

Comments
 (0)