Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| projects:hardware:beamer_serial [2023/01/07 15:45] – add more info, incl serial adapter use of wemos xbr | projects:hardware:beamer_serial [2023/01/07 15:49] (current) – add info about serial println xbr | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| ===== Software ===== | ===== Software ===== | ||
| + | While you can probably send the indiviudal hexademical bytes, it is much easier to simply copy-paste the text (e.g. ``* 0 IR 001``) into a ``Serial.println()`` statement. | ||
| + | |||
| + | Note that you do not copy the ``\r``, but instead use ``Serial.println()`` to achieve the same effect. | ||
| + | |||
| <note tip> | <note tip> | ||