RS232 input

Hi,

we want to read out a device, similar to a digitizer, that sends coordinates along with a marker.
This all through a V24/RS232 connection.

When a line comes in, Rhino shall draw a line, a curve, circle, whatever.

Is that possible with grasshopper?

Thanks,
-C-H-A-R-L-E-S-

Grasshopper does not have this capability, natively. But there are plenty of .NET serial port libraries to make it possible to wrote a Grasshopper component that will.

You might start here:

http://msdn.microsoft.com/en-us/library/system.io.ports.serialport(v=vs.100).aspx

Thanks Dale, that helps.

-C-H-A-R-L-E-S-