<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: serial command to projector as one BYTE (keyspan USA-19QW)</title>
		<atom:link href="http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 23:45:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/#post-48674</guid>
					<title><![CDATA[serial command to projector as one BYTE (keyspan USA-19QW)]]></title>
					<link>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/#post-48674</link>
					<pubDate>Sun, 21 Feb 2010 17:51:54 +0000</pubDate>
					<dc:creator>mbiederman</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I know this isn&#8217;t the most popular thing to do these days, but I am attempting to control a device through serial commands.  I&#8217;ve done it before, but this time Im a little stumped.</p>
<p>I need to send the following (according to panasonic manual and tech support there)</p>
<p>STX as one byte &#8211; but of course when I use atoi / spell in conjunction with the serial object, it sends 3 bytes.</p>
<p>What am i missing here to be able to send a string as a single byte?</p>
<p>I would really appreciate some help on this one&#8230;</p>
<p>Im using a mac mini, OS 10.5, max5 + keyspan USA-19QW USB->serial adapter</p>
<p>thanks in advance<br />
matthew</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/#post-174943</guid>
					<title><![CDATA[Re: serial command to projector as one BYTE (keyspan USA-19QW)]]></title>
					<link>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/#post-174943</link>
					<pubDate>Sun, 21 Feb 2010 19:03:59 +0000</pubDate>
					<dc:creator>Chris Muir</dc:creator>

					<description>
						<![CDATA[
						<p>STX must be a nemonic for some byte, no? An ASCII character is 7 or 8 bits, depending on your definition, so &#8220;STX&#8221; could never be sent as one byte as ASCII.</p>
<p>Is there a link to the manual for the projector?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/#post-174944</guid>
					<title><![CDATA[Re: serial command to projector as one BYTE (keyspan USA-19QW)]]></title>
					<link>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/#post-174944</link>
					<pubDate>Mon, 22 Feb 2010 16:13:23 +0000</pubDate>
					<dc:creator>mbiederman</dc:creator>

					<description>
						<![CDATA[
						<p>here&#8217;s a link for the serial protocol:</p>
<p><a href="ftp://ftp.panasonic.com/pub/Panasonic/Drivers/PBTS/brochures/S_PT-AX200U.pdf" rel="nofollow">ftp://ftp.panasonic.com/pub/Panasonic/Drivers/PBTS/brochures/S_PT-AX200U.pdf</a></p>
<p>Sadly, panasonic tech support has told me they won&#8217;t help me, as they do not support usb-> serial converters.  strange, but I think I may call them and pretend to be someone else.  though if you have a clue, it would be a help.</p>
<p>Ive tried with a nullmodem cable, a pass through cable, and just nada, nothing doing, so I am guessing it has to do with this STX &#8216;command&#8217; ETX string.</p>
<p>thanks,<br />
matthew</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/#post-174945</guid>
					<title><![CDATA[Re: serial command to projector as one BYTE (keyspan USA-19QW)]]></title>
					<link>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/#post-174945</link>
					<pubDate>Mon, 22 Feb 2010 17:04:14 +0000</pubDate>
					<dc:creator>Scott Fitzgerald</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve seen this before where the commands were sent in hex<br />
STX = 02<br />
ETX = 03</p>
<p>~s</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/#post-174946</guid>
					<title><![CDATA[Re: serial command to projector as one BYTE (keyspan USA-19QW)]]></title>
					<link>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/#post-174946</link>
					<pubDate>Mon, 22 Feb 2010 18:58:35 +0000</pubDate>
					<dc:creator>Chris Muir</dc:creator>

					<description>
						<![CDATA[
						<p>Turns out STX and ETX are ASCII control chars:<br />
<a href="http://www.december.com/html/spec/ascii.html" rel="nofollow">http://www.december.com/html/spec/ascii.html</a><br />
STX == 02<br />
ETX == 03</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/#post-174947</guid>
					<title><![CDATA[Re: serial command to projector as one BYTE (keyspan USA-19QW)]]></title>
					<link>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/#post-174947</link>
					<pubDate>Mon, 22 Feb 2010 22:03:09 +0000</pubDate>
					<dc:creator>mbiederman</dc:creator>

					<description>
						<![CDATA[
						<p>Wow, this is a great resource &#8211; I was a little lost here.  One last question and I can link this all together, how do i send hex numbers out the serial object?</p>
<p>thanks for your help guys&#8230;</p>
<p>best<br />
matthew</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/#post-174948</guid>
					<title><![CDATA[Re: serial command to projector as one BYTE (keyspan USA-19QW)]]></title>
					<link>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/#post-174948</link>
					<pubDate>Tue, 23 Feb 2010 04:44:49 +0000</pubDate>
					<dc:creator>mbiederman</dc:creator>

					<description>
						<![CDATA[
						<p>As an update to the above &#8211; I&#8217;ve tried everything I can figure out, but of course sending anything through the serial gets converted to an integer there. So sending a &#8217;2&#8242; actually results in &#8217;50&#8242; &#8211; spell, atoi and so on don&#8217;t cut the mustard.  </p>
<p>so how to send hex out the serial port then?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/#post-174949</guid>
					<title><![CDATA[Re: serial command to projector as one BYTE (keyspan USA-19QW)]]></title>
					<link>http://cycling74.com/forums/topic/serial-command-to-projector-as-one-byte-keyspan-usa-19qw/#post-174949</link>
					<pubDate>Tue, 23 Feb 2010 11:10:16 +0000</pubDate>
					<dc:creator>taprik</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve done a projector remote to switch on and off the projector with serial commands. It uses an arduino only. You can find details (in french) at<br />
<a href="http://machines.zombideo.net/?cat=11" rel="nofollow">http://machines.zombideo.net/?cat=11</a><br />
and code at</p>
<p><a href="http://zombideo.net/appli/arduino_code_proj_command.zip" rel="nofollow">http://zombideo.net/appli/arduino_code_proj_command.zip</a></p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

