Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit e8c9623

Browse files
committed
Update serial_protocol.md
1 parent 6be74cd commit e8c9623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serial_protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Adds a value to the list located at the path provided and returns the key at whi
119119
<<+-K94eLnB0rAAvfkh_WC2
120120

121121
##PUSH$
122-
Similar to PUSH but used to write multiline strings or raw binary data. Data format is similar to the batch string ($) return type, we specify the $DATA_BYTE_COUNT on the same line as SET$ then a newline and all data.
122+
Similar to PUSH but used to write multiline strings or raw binary data. Data format is similar to the batch string ($) return type, we specify the $DATA_BYTE_COUNT on the same line as SET$ then a newline and all data. However you are not required to json escape all of your data, that will be handled for you.
123123

124124
Receiver will wait until a timeout for client to send $DATA_BYTE_COUNT worth of data before becoming responsive again.
125125
###Usage

0 commit comments

Comments
 (0)