You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
webserial/basic/index.html

17 lines
409 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Serial API Example</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Web Serial Connect</h1>
<button id="connect">Connect to Serial Device</button>
<pre id="output"></pre>
<script src="script.js"></script>
</body>
</html>