<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SoliForum - 3D Printing Community — sending GCODE via c++]]></title>
		<link>https://www.soliforum.com/topic/3396/sending-gcode-via-c/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/3396/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in sending GCODE via c++.]]></description>
		<lastBuildDate>Fri, 02 Aug 2013 13:34:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: sending GCODE via c++]]></title>
			<link>https://www.soliforum.com/post/31723/#p31723</link>
			<description><![CDATA[<p>Just go give a <a href="http://www.tldp.org/HOWTO/Serial-HOWTO.html">http://www.tldp.org/HOWTO/Serial-HOWTO.html</a> and <a href="http://en.wikibooks.org/wiki/Serial_Programming/termios">http://en.wikibooks.org/wiki/Serial_Programming/termios</a> a good read<br />Basically all you have to do is fopen /dev/ttyUSB0 and doing read/write to the fd. Simple as that.<br />Also, take care that far not all usb2uart dongles properly support tcdrain, and it returns when there are a few bytes still in tx fifo that can screw things up. I know that pl2303 and ft232rl definitely had this problem.</p>]]></description>
			<author><![CDATA[null@example.com (Necromant)]]></author>
			<pubDate>Fri, 02 Aug 2013 13:34:38 +0000</pubDate>
			<guid>https://www.soliforum.com/post/31723/#p31723</guid>
		</item>
		<item>
			<title><![CDATA[Re: sending GCODE via c++]]></title>
			<link>https://www.soliforum.com/post/31714/#p31714</link>
			<description><![CDATA[<p>high-speed serial is all it is, and the g-code is just passed in plain text</p><p>You will need to connect however at 250,000bps 8-N-1...&nbsp; and yes it needs 250000 bps to avoid issues with the buffer emptying and pausing prints... which may or may not be an issue for you as a plotter, but if you switch down to 115200 (and you&#039;ll need to recompile Marlin to make the change) it will end up pausing mid-print often.</p>]]></description>
			<author><![CDATA[null@example.com (adrian)]]></author>
			<pubDate>Fri, 02 Aug 2013 12:34:58 +0000</pubDate>
			<guid>https://www.soliforum.com/post/31714/#p31714</guid>
		</item>
		<item>
			<title><![CDATA[sending GCODE via c++]]></title>
			<link>https://www.soliforum.com/post/31667/#p31667</link>
			<description><![CDATA[<p>Hey all,<br />Im a new user to the solidoodle. I&#039;m modifying my solidoodle to use it as more of an xyz plotter.</p><p>I configured a c++ script to generate a .gcode file with the line by line xyz instructions. I&#039;m curious if anyone know how to easier send instructions to the solidoodle Arduino. possibly through the serial port or usb cable?</p><p>please let me know your thoughts and thanks so much !</p><p>happy printing !</p>]]></description>
			<author><![CDATA[null@example.com (bdp)]]></author>
			<pubDate>Thu, 01 Aug 2013 20:34:37 +0000</pubDate>
			<guid>https://www.soliforum.com/post/31667/#p31667</guid>
		</item>
	</channel>
</rss>
