blob: eeead9242a972274263e837be429dda1f466dfa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
layout: default
title: ASCIIMX
---
<div class="container">
<h2 class="center">{{ site.title | uppercase }}</h2>
<h5 class="center">
<span>$ cu -l /dev/asciimx -s 9600</span>
<br>
<span id="decode">wake up...</span>
<span class="cursor"></span>
</h5>
<br>
<br>
{% include archive.html limit="10" %}
</div>
|