Welcome! Log In Create A New Profile

Advanced

Sending Gcode throuh SerialPort class?

Posted by arthurmani 
Sending Gcode throuh SerialPort class?
August 21, 2012 06:58AM
Hi Guys,
How do you recommend sending the gcode to the firmware through a specific COM port? (I am using Windows 7 and C#)
Is the Write(string) method in the SerialPort class the most appropriate?
Many thanks,
Arthur
Re: Sending Gcode throuh SerialPort class?
August 21, 2012 04:49PM
That'll work, I use:
port.Write (line+"\n");
Re: Sending Gcode throuh SerialPort class?
October 14, 2012 06:41PM
Thanks bobc, is it something like:
port.Write("g28"+"\n");
or
port.Write("g28+\n");


--
Arthur Mamou-Mani
Architect, AAdipl, RIBA III
Tutor DS10 Westminster University
Mamou-Mani.com ¦ WeWantToLearn.net
Sorry, only registered users may post in this forum.

Click here to login