Getting started with the Web Serial API

1. Introduction

Last Updated: 2020-07-21

What you'll build

In this codelab, you'll build a web page that uses the Web Serial API to interact with a BBC micro:bit board to show images on its 5x5 LED matrix. You'll learn about the Web Serial API and how to use readable, writeable, and transform streams to communicate with serial devices through the browser.