Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.69 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.69 KB

Serial Port

Serial Port is a widget that can read data from a serial port and support RS-232 communication protocol. The widget has a user interface that allows the user to configure the serial port settings, such as baud rate and number of data bits, and display the incoming data in a readable format, and write data back to device.

Learn more at https://www.labii.com/widgets/serial-port/

Open this page at https://weasteam.github.io/labii-serialport/

Use as Extension

This repository can be added as an extension in MakeCode.

Edit this project Build status badge

To edit this repository in MakeCode.

Blocks preview

This image shows the blocks code from the last commit in master. This image may take a few minutes to refresh.

A rendered view of the blocks

Metadata (used for search, rendering)

  • for PXT/microbit
<script src="https://makecode.com/gh-pages-embed.js"></script><script>makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");</script>