Com / Serial Port

Monkey Forums/Monkey Programming/Com / Serial Port

NiGa Soft(Posted 2013) [#1]
Hello,

is it possible to read out the com/serialports with Monkey?

Best regards.
Frank


vmakar85(Posted 2013) [#2]
I suppose that is possible, but it will have to write a module for low-level language


Markus(Posted 2013) [#3]
pc?
you can map/declare api functions for a dll.
means you can define a function call and this
calls a function for the targets you have the same function provided.
if you have no io.dll you can
make your own dll with visual studio in .net c#/vb
"System.IO.Ports"
http://msdn.microsoft.com/de-de/library/gg145019%28v=vs.110%29.aspx


NiGa Soft(Posted 2013) [#4]
ok, my fault i forget to tell that i need it for mac programming.

Is it also possible for mac os?


vmakar85(Posted 2013) [#5]
Google link me to ORSSerialPort!!

hmm [a] tag not work =(