|
@@ -46,10 +46,6 @@ WebSerial.printf(format, args...);
|
|
|
|
|
|
Writes binary data to the WebSerial terminal.
|
|
Writes binary data to the WebSerial terminal.
|
|
|
|
|
|
-:::note Note
|
|
|
|
-WebSerial only accepts ASCII data with `write` opertaion, as it's sending data to a web browser there's no way to display other content types.
|
|
|
|
-:::
|
|
|
|
-
|
|
|
|
```cpp
|
|
```cpp
|
|
WebSerial.write(data);
|
|
WebSerial.write(data);
|
|
WebSerial.write(buffer, size);
|
|
WebSerial.write(buffer, size);
|