Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. <code ruby> require 'serialport' dev = "/dev/ttyUSB0" #Oder was auch immer sp = SerialPort.new(dev, 57600) puts "Vom Arduino: "+sp.gets sp.puts "0" #Dem Arduino ein Buchstabe inkl. \n senden </code> lehrkraefte/blc/math/formi/arduino/serialcom.txt Last modified: 2017/03/14 13:07by Ivo Blöchliger