<?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: Formatting Serial 422 command messages for Hyperdeck</title>
		<atom:link href="http://cycling74.com/forums/topic/formatting-serial-422-command-messages-for-hyperdeck/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/formatting-serial-422-command-messages-for-hyperdeck/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 18:04:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/formatting-serial-422-command-messages-for-hyperdeck/#post-65305</guid>
					<title><![CDATA[Formatting Serial 422 command messages for Hyperdeck]]></title>
					<link>http://cycling74.com/forums/topic/formatting-serial-422-command-messages-for-hyperdeck/#post-65305</link>
					<pubDate>Wed, 21 Nov 2012 22:35:18 +0000</pubDate>
					<dc:creator>piwolf</dc:creator>

					<description>
						<![CDATA[
						<p>Hello forums!<br />
Im having trouble wrapping my head around the translations between hex and ints and ascii involved inherently in some max objects and how that relates to formatting command info to send out the serial object.</p>
<p>I have tried writing out some simple ints and lists of ints that are translations from hex data supplied by the manufacturer with no luck. I also feel like the developer info from blackmagic is a bit sparse and I was hoping for some help with message format.</p>
<p>Ive attached screenshots from the blackmagic support of command data info.</p>
<p>Would I be sending the max serial object a message that is a string of ints which are translations of the Hex data specified in these screenshots?<br />
How much data is the max serial object already supplying and formatting that I dont need to include in the message box?</p>
<p>Finding after years of advanced gl work that I am such a noob with serial packets.</p>
<p> [attachment=208825,4673] [attachment=208825,4674]</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/formatting-serial-422-command-messages-for-hyperdeck/#post-235377</guid>
					<title><![CDATA[Re: Formatting Serial 422 command messages for Hyperdeck]]></title>
					<link>http://cycling74.com/forums/topic/formatting-serial-422-command-messages-for-hyperdeck/#post-235377</link>
					<pubDate>Thu, 22 Nov 2012 11:29:21 +0000</pubDate>
					<dc:creator>Peter Castine</dc:creator>

					<description>
						<![CDATA[
						<p>The main thing to remember is that hex, octal, binary, and decimal are just different ways of representing same integers. So, yes, you need to send the decimal values of the integers to the serial object and everything should work.</p>
<p>That said, the documentation you posted does take a bit of figuring out which bits need to be set how, and from thence converting them to integer values. Also, a possible trap may be making sure you send bytes to the [serial] object in the order your device expects to receive them. </p>
<p>Also make sure you&#8217;ve got the bit rate, parity, etc. matching.</p>
<p>Serial can be a bit of a PITA to set up, but once it works it&#8217;s fairly straightforward.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/formatting-serial-422-command-messages-for-hyperdeck/#post-235378</guid>
					<title><![CDATA[Re: Formatting Serial 422 command messages for Hyperdeck]]></title>
					<link>http://cycling74.com/forums/topic/formatting-serial-422-command-messages-for-hyperdeck/#post-235378</link>
					<pubDate>Fri, 30 Nov 2012 19:56:58 +0000</pubDate>
					<dc:creator>piwolf</dc:creator>

					<description>
						<![CDATA[
						<p>does the serial object send out binary or ASCII bytes to devices?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/formatting-serial-422-command-messages-for-hyperdeck/#post-235379</guid>
					<title><![CDATA[Re: Formatting Serial 422 command messages for Hyperdeck]]></title>
					<link>http://cycling74.com/forums/topic/formatting-serial-422-command-messages-for-hyperdeck/#post-235379</link>
					<pubDate>Mon, 03 Dec 2012 17:29:44 +0000</pubDate>
					<dc:creator>piwolf</dc:creator>

					<description>
						<![CDATA[
						<p>so finally found a pinout issue with the setup and everything works like a charm now.<br />
the serial object obviously sprays out binary.<br />
controlling ki pros and hyperdecks currently<br />
doing some frame sync testing today.</p>
<p>i love that message boxes auto translate hex to integers, makes it easy to do checksum.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/formatting-serial-422-command-messages-for-hyperdeck/#post-235380</guid>
					<title><![CDATA[Re: Formatting Serial 422 command messages for Hyperdeck]]></title>
					<link>http://cycling74.com/forums/topic/formatting-serial-422-command-messages-for-hyperdeck/#post-235380</link>
					<pubDate>Fri, 25 Jan 2013 20:06:26 +0000</pubDate>
					<dc:creator>rickerlove</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Piwolf,</p>
<p>I bet you&#8217;re the one who would know this.  I&#8217;m trying to send some commands with RS232 but I can&#8217;t seem to get it working.   What objects did you end up using for your serial 422 set-up? I&#8217;m really struggling.  &#8211; all best.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

