This website requires JavaScript.
Explore
Help
Sign In
c_meyer
/
pxt-calliope
Watch
1
Star
0
Fork
0
You've already forked pxt-calliope
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
Branches
Tags
View all branches
pxt-calliope
/
docs
/
reference
/
serial
/
read-buffer.md
Peli de Halleux
17c1abe86a
support for serial read/write buffer (
#384
)
2017-04-21 09:02:29 -07:00
192 B
Raw
Blame
History
Serial Read Buffer
Read the buffered serial data as a buffer
serial.
readBuffer
(
64
);
Returns
a Buffer containing input from the serial port. Empty if no data available.