Plugin for X, Y, Z to serial port for Arduino?
Posted: Sun Jan 29, 2017 9:30 pm
Hi, is it possible to write a plugin in C#, that writes X, Y and Z to a serial com port?
I would get the values, something like:
X = UC.Getfield(true, 226); // XposDRO
Y = UC.Getfield(true, 227); // YposDRO
Z = UC.Getfield(true, 228); // ZposDRO
And write them say 10 times/second to a serial port?
Then I could use an Arduino with an LCD on the control panel.
I could post the Arduino solution to receive the characters from the serial port and display them on a display here, if somebody likes the idea.
I would get the values, something like:
X = UC.Getfield(true, 226); // XposDRO
Y = UC.Getfield(true, 227); // YposDRO
Z = UC.Getfield(true, 228); // ZposDRO
And write them say 10 times/second to a serial port?
Then I could use an Arduino with an LCD on the control panel.
I could post the Arduino solution to receive the characters from the serial port and display them on a display here, if somebody likes the idea.