Search found 1 match

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
by Keniey
Wed Apr 12, 2017 6:07 pm
Forum: Arduino
Topic: How can I set up a communication from Medusa mini via RS232?
Replies: 2
Views: 9948

How can I set up a communication from Medusa mini via RS232?

I'm trying to set up a communication from Medusa mini to a Gadgeteer Board via RS232 but I have problems to write to RS232 on the Medusa Mini (Arduino newbie). #include <Wire.h> #include <SPI.h> #include <Gadgeteering.h> #include <Mainboards/FEZMedusaMini.h> #include <Modules/RS232.h> using namespac...