projects:hardware:beamer_serial

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
projects:hardware:beamer_serial [2023/01/07 15:45] – add more info, incl serial adapter use of wemos xbrprojects: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>[[https://global-download.acer.com/GDFiles/Document/RS232%20Command%20Table/RS232%20Command%20Table_Acer_1.0_A_A.xls?acerid=636437389660226028|RS232 spreadsheet]]</note> <note tip>[[https://global-download.acer.com/GDFiles/Document/RS232%20Command%20Table/RS232%20Command%20Table_Acer_1.0_A_A.xls?acerid=636437389660226028|RS232 spreadsheet]]</note>
  • projects/hardware/beamer_serial.1673102752.txt.gz
  • Last modified: 2023/01/07 15:45
  • by xbr