Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
arduino_boards:rs232_controller [2018/10/18 16:27]
admin
arduino_boards:rs232_controller [2018/10/18 16:36]
admin [RS232 Controller]
Line 1: Line 1:
 ===== RS232 Controller ==== ===== RS232 Controller ====
-An Arduino based RS232 controller for two  [[http://​www.waveplayer-systems.de/​|Waveplayer8]].\\+An Arduino based RS232 controller for two [[http://​www.waveplayer-systems.de/​|Waveplayer8]].\\
 {{:​arduino_boards:​waveplayer_control.jpg?​600|}} {{:​arduino_boards:​waveplayer_control.jpg?​600|}}
  
Line 10: Line 10:
 ---- ----
 ==== Code ==== ==== Code ====
-For the code I neede a little bit of reverse engineering.\\+For the code I needed ​a little bit of reverse engineering. ​A CRC control byte is send, too. The polynom that is used is: 0xD5. The code for that was in the manual\\
 {{:​arduino_boards:​reverse_rs232.jpg?​600|}}\\ {{:​arduino_boards:​reverse_rs232.jpg?​600|}}\\
 Arduino Code:\\ Arduino Code:\\