Adding serial.set(Rx|Tx)BufferSize (#1931)
* Fix for https://github.com/Microsoft/pxt-microbit/issues/1929 * bump pxt * updated docs * fix default values * moving dialogs to react * moving to react * typo * typo
This commit is contained in:
@ -535,6 +535,10 @@
|
||||
"serial.redirect|param|rate": "the new baud rate. eg: 115200",
|
||||
"serial.redirect|param|rx": "the new reception pin, eg: SerialPin.P1",
|
||||
"serial.redirect|param|tx": "the new transmission pin, eg: SerialPin.P0",
|
||||
"serial.setRxBufferSize": "Sets the size of the RX buffer in bytes",
|
||||
"serial.setRxBufferSize|param|size": "length of the rx buffer in bytes, eg: 32",
|
||||
"serial.setTxBufferSize": "Sets the size of the TX buffer in bytes",
|
||||
"serial.setTxBufferSize|param|size": "length of the tx buffer in bytes, eg: 32",
|
||||
"serial.writeBuffer": "Send a buffer through serial connection",
|
||||
"serial.writeLine": "Print a line of text to the serial port",
|
||||
"serial.writeNumber": "Print a numeric value to the serial port",
|
||||
|
Reference in New Issue
Block a user