<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://archivedforum.beoworld.org:443/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The Workbench</title><link>https://archivedforum.beoworld.org:443/forums/42.aspx</link><description>Advanced Technical Forum for discussion of  
Bang &amp; Olufsen products at component level.</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP2 (Build: 31104.93)</generator><item><title>Re: Decoding Datalink</title><link>https://archivedforum.beoworld.org:443/forums/thread/293634.aspx</link><pubDate>Sun, 12 Sep 2010 16:41:39 GMT</pubDate><guid isPermaLink="false">41a2a90c-3a1e-4bd3-b144-3883695a7f38:293634</guid><dc:creator>tournedos</dc:creator><slash:comments>0</slash:comments><comments>https://archivedforum.beoworld.org:443/forums/thread/293634.aspx</comments><wfw:commentRss>https://archivedforum.beoworld.org:443/forums/commentrss.aspx?SectionID=42&amp;PostID=293634</wfw:commentRss><description>&lt;p&gt;Many microcontrollers have a (slow serial approximation) A/D 
converter that has 10 bit resolution, so using the full 5V reference 
would give about 5V / 1024 = 5 mV resolution -&amp;gt; just bias the A/D 
input with two resistors, connect the audio there through a series cap, 
and follow the reading. -20 dB from the full audio swing (1 Vp-p) should
 still show as couple of bits worth of signal after the conversion, 
therefore no problem telling real music content from silence.&lt;/p&gt;
&lt;p&gt;AVR controller family was already mentioned, and I can also 
recommend them as straightforward powerful chips, nowhere near as quirky
 as PICs for example. If you have any idea about C programming (or are 
willing to learn), check out &lt;a target="_blank" href="http://www.arduino.cc/"&gt;Arduino&lt;/a&gt;
 project - they are based around AVR, the development tools are 
multiplatform and completely free, and the ready built boards aren&amp;#39;t 
expensive either. I&amp;#39;m actually using those myself, it&amp;#39;s just so much 
easier than using raw chips.&lt;/p&gt;
&lt;p&gt;No sure how that example of yours 
would behave, but a general problem in using the hardware Datalink 
interfaces is that they only carry the commands that belong there: e.g 
the Tape connector won&amp;#39;t know anything about what&amp;#39;s happening on the 
Beogram side, which is a different Datalink bus on the Beomaster CPU 
(standby command, for example, is of course delivered to all sources).&lt;/p&gt;
&lt;p&gt;IR could be easier, but the 455 kHz B&amp;amp;O carrier is difficult to generate accurately in software, even on a 16 MHz AVR.
 Could of course just gate a separate hardware oscillator like the 
Beomasters do - the 8051 family @12MHz used in them has actually less 
than one tenth of the processing power!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Decoding Datalink</title><link>https://archivedforum.beoworld.org:443/forums/thread/293624.aspx</link><pubDate>Sun, 12 Sep 2010 15:54:02 GMT</pubDate><guid isPermaLink="false">41a2a90c-3a1e-4bd3-b144-3883695a7f38:293624</guid><dc:creator>richtoy</dc:creator><slash:comments>0</slash:comments><comments>https://archivedforum.beoworld.org:443/forums/thread/293624.aspx</comments><wfw:commentRss>https://archivedforum.beoworld.org:443/forums/commentrss.aspx?SectionID=42&amp;PostID=293624</wfw:commentRss><description>&lt;p&gt;&lt;blockquote&gt;&lt;div&gt;&lt;img src="https://archivedforum.beoworld.org:443/Themes/beotheme1/images/icon-quote.gif"&gt; &lt;strong&gt;tournedos:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/p&gt;
&lt;p&gt;Nothing new from this side... but the trigger circuit would be a high 
gain amp (one or two transistors, or an opamp), couple of rectifying 
diodes and an RC filter. Using a suitable microcontroller with an A/D 
converter, you could do it all in software.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;
&lt;p&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;Are you saying that it can be done with just&amp;nbsp;a suitable microcontroller with an A/D converter, a single device? &amp;nbsp;Its been 25 years since I designed anything from scratch so do you have suggestions of a suitable device / circuit. &amp;nbsp;Would I need to buy the development platform for the&amp;nbsp;microcontroller too?&lt;/p&gt;
&lt;p&gt;One thing I have noticed tonight whilst playing is that both TV (V.OPT 2) and BM4500 (A.OPT 0) turn on if I press CD or TAPE on the BL1000 but only the BM4500 turns on if I press CD or TAPE on the BM4500. &amp;nbsp;I presume the same would happen if I was to trigger via datalink so could/should a developed device transmit IR codes like the BL1000?&lt;/p&gt;
&lt;p&gt;I am surprised something like this does not already exist...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Decoding Datalink</title><link>https://archivedforum.beoworld.org:443/forums/thread/293611.aspx</link><pubDate>Sun, 12 Sep 2010 14:17:33 GMT</pubDate><guid isPermaLink="false">41a2a90c-3a1e-4bd3-b144-3883695a7f38:293611</guid><dc:creator>tournedos</dc:creator><slash:comments>0</slash:comments><comments>https://archivedforum.beoworld.org:443/forums/thread/293611.aspx</comments><wfw:commentRss>https://archivedforum.beoworld.org:443/forums/commentrss.aspx?SectionID=42&amp;PostID=293611</wfw:commentRss><description>&lt;p&gt;Nothing new from this side... but the trigger circuit would be a high 
gain amp (one or two transistors, or an opamp), couple of rectifying 
diodes and an RC filter. Using a suitable microcontroller with an A/D 
converter, you could do it all in software.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Decoding Datalink</title><link>https://archivedforum.beoworld.org:443/forums/thread/293609.aspx</link><pubDate>Sun, 12 Sep 2010 13:50:26 GMT</pubDate><guid isPermaLink="false">41a2a90c-3a1e-4bd3-b144-3883695a7f38:293609</guid><dc:creator>richtoy</dc:creator><slash:comments>0</slash:comments><comments>https://archivedforum.beoworld.org:443/forums/thread/293609.aspx</comments><wfw:commentRss>https://archivedforum.beoworld.org:443/forums/commentrss.aspx?SectionID=42&amp;PostID=293609</wfw:commentRss><description>&lt;p&gt;How is the development of the datalink device going?&lt;/p&gt;
&lt;p&gt;I think I need one in order to be able to turn on my bedroom mounted BM4500 from a Logitech Duet that I would like to use as an wakeup alarm. &amp;nbsp;The BM4500 is connected to an MX5500 via an AUX cable and my intention was to use either the unused TAPE or CD inputs for the Duet. &amp;nbsp;The device would need to detect an audio line level signal emitted by the Duet and use this to trigger the transmission of the correct code to wake the B&amp;amp;O.&lt;/p&gt;
&lt;p&gt;Does anyone have a suitable circuit for generating a trigger (5v ?) from&amp;nbsp;an audio line level signal?&lt;/p&gt;
&lt;p&gt;Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Decoding Datalink</title><link>https://archivedforum.beoworld.org:443/forums/thread/263568.aspx</link><pubDate>Tue, 09 Mar 2010 03:24:02 GMT</pubDate><guid isPermaLink="false">41a2a90c-3a1e-4bd3-b144-3883695a7f38:263568</guid><dc:creator>tournedos</dc:creator><slash:comments>0</slash:comments><comments>https://archivedforum.beoworld.org:443/forums/thread/263568.aspx</comments><wfw:commentRss>https://archivedforum.beoworld.org:443/forums/commentrss.aspx?SectionID=42&amp;PostID=263568</wfw:commentRss><description>&lt;p&gt;No hurry at all, my current projects (which are on hold anyway) are on the infrared side, which is much more complex. I just think that compiling a comprehensive list of commands will need some cooperation, as nobody will have every possible device to try out in practise. They may have different semantics even though the commands are the same.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Decoding Datalink</title><link>https://archivedforum.beoworld.org:443/forums/thread/263548.aspx</link><pubDate>Mon, 08 Mar 2010 19:21:25 GMT</pubDate><guid isPermaLink="false">41a2a90c-3a1e-4bd3-b144-3883695a7f38:263548</guid><dc:creator>Stoney3K</dc:creator><slash:comments>0</slash:comments><comments>https://archivedforum.beoworld.org:443/forums/thread/263548.aspx</comments><wfw:commentRss>https://archivedforum.beoworld.org:443/forums/commentrss.aspx?SectionID=42&amp;PostID=263548</wfw:commentRss><description>&lt;p&gt;&lt;blockquote&gt;&lt;div&gt;&lt;img src="https://archivedforum.beoworld.org:443/Themes/beotheme1/images/icon-quote.gif"&gt; &lt;strong&gt;tournedos:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/p&gt;
&lt;p&gt;Hi Stoney3K, just wanted to thank you for posting your findings - only now had time to read them properly. Do you intend to publish the codes, or make me find them out myself? &lt;img src="http://forum.beoworld.org/emoticons/02.gif" alt="Big Smile" /&gt; &lt;/p&gt;
&lt;p&gt;(I don&amp;#39;t blame you if you want to keep them to yourself - nobody else publishes anything either, everybody just wants to sell you something, or at least reserve the possibility&amp;nbsp;&lt;img src="http://forum.beoworld.org/emoticons/12.gif" alt="Angry" /&gt;&amp;nbsp; )&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;
&lt;p&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll post them here (at least the Beosystem 2000 codes from my own set) once I&amp;#39;m 100% positive that I found every code in the book and I know which code does what. If you&amp;#39;re really in a hurry, you can always brute-force them yourself, since there are only 128 possible codes... that&amp;#39;s exactly what I&amp;#39;ve been doing anyway. &lt;img src="http://forum.beoworld.org/emoticons/01.gif" alt="Smile" /&gt;&lt;/p&gt;
&lt;p&gt;If I&amp;#39;m selling stuff, it&amp;#39;s only hardware which works with Datalink. Either a monitoring or injection gadget (so you can connect a central server to it for home automation) or something more intelligent like a Datalink device switching unit for Beomasters and Beosounds that may be a few AUX sockets short. &lt;img src="http://forum.beoworld.org/emoticons/05.gif" alt="Wink" /&gt;&lt;/p&gt;
&lt;p&gt;The protocol is not rocket science and in principle, it&amp;#39;s proprietary, so I&amp;#39;d be stupid if I would claim codes as my own.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Decoding Datalink</title><link>https://archivedforum.beoworld.org:443/forums/thread/263265.aspx</link><pubDate>Sat, 06 Mar 2010 11:00:28 GMT</pubDate><guid isPermaLink="false">41a2a90c-3a1e-4bd3-b144-3883695a7f38:263265</guid><dc:creator>tournedos</dc:creator><slash:comments>0</slash:comments><comments>https://archivedforum.beoworld.org:443/forums/thread/263265.aspx</comments><wfw:commentRss>https://archivedforum.beoworld.org:443/forums/commentrss.aspx?SectionID=42&amp;PostID=263265</wfw:commentRss><description>&lt;p&gt;Hi Stoney3K, just wanted to thank you for posting your findings - only now had time to read them properly. Do you intend to publish the codes, or make me find them out myself? &lt;img src="http://forum.beoworld.org/emoticons/02.gif" alt="Big Smile" /&gt; &lt;/p&gt;
&lt;p&gt;(I don&amp;#39;t blame you if you want to keep them to yourself - nobody else publishes anything either, everybody just wants to sell you something, or at least reserve the possibility&amp;nbsp;&lt;img src="http://forum.beoworld.org/emoticons/12.gif" alt="Angry" /&gt;&amp;nbsp; )&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Decoding Datalink</title><link>https://archivedforum.beoworld.org:443/forums/thread/262047.aspx</link><pubDate>Sat, 27 Feb 2010 16:47:43 GMT</pubDate><guid isPermaLink="false">41a2a90c-3a1e-4bd3-b144-3883695a7f38:262047</guid><dc:creator>Stoney3K</dc:creator><slash:comments>0</slash:comments><comments>https://archivedforum.beoworld.org:443/forums/thread/262047.aspx</comments><wfw:commentRss>https://archivedforum.beoworld.org:443/forums/commentrss.aspx?SectionID=42&amp;PostID=262047</wfw:commentRss><description>&lt;p&gt;Time to give this thread an update...&lt;/p&gt;
&lt;ol&gt;
&lt;/ol&gt;
&lt;p&gt;The (Win)LIRC trick only works for systems equipped with a remote from Beolink 1000 up, since that&amp;#39;s the point B&amp;amp;O introduced a new, multiroom-capable, Datalink format as outlined in the MCL2 service manual. The LIRC codes are programmed from that or just trained from a remote.&lt;/p&gt;
&lt;p&gt;The &amp;#39;older&amp;#39; (I&amp;#39;ll call it &amp;#39;Type 1&amp;#39; from now on) Datalink format, as used by Beosystems 2000-5000 and later systems between the components, has a simpler frame structure and I&amp;#39;ll outline it here.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i83.photobucket.com/albums/j282/Stoney3K/DSC_3972.jpg" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s the setup I used for reverse engineering the format, it&amp;#39;s easy when you have a digital storage oscilloscope with logging capability handy. I made a little gadget which allowed me to eavesdrop on the bus:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i83.photobucket.com/albums/j282/Stoney3K/DSC_3974.jpg" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;Basically, not much more than a 7-pin DIN plug I scrapped off an old Beocord and a scope probe. Next, I just started hammering some keys on the Beomaster and Beogram and log everything that was transmitted. With some careful examination, here&amp;#39;s what I found out:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Signals are transmitted as 8-bit codes, with the MSB being the first,
 and with MSB always 1. This allows the controllers inside the devices 
to synchronize with the transmitted signal, as they trigger on the 
falling edge. 7 bits (128 codes) are available for use, and I haven&amp;#39;t 
seen any codes beneath 0xA0 (hexadecimal) in the Beosystem 2000.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;A full 8 bit transmission lasts for 25 ms (so the bit time is 3,125ms like in the new format), and a message is repeated after a 25ms space to ensure its validity.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;A logic &amp;#39;one&amp;#39; is active low, and for the rest, it&amp;#39;s more or less a standard serial transmission which you can implement in any microcontroller. In theory, a USART can do it (320 baud, 7 data bits, 0 stop bits, no parity), but building it in software is a lot easier.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Having collected some data, I started work on a transmitter in an AVR development board, and connected it to my Beosystem (here on the bench for some more convenient testing):&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i83.photobucket.com/albums/j282/Stoney3K/DSC_3976.jpg" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i83.photobucket.com/albums/j282/Stoney3K/DSC_3975.jpg" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;And the tedious work began, pummeling the Beosystem with random Datalink codes until I found out some useful effect. It wasn&amp;#39;t long until I heard a loud, satisfying &amp;#39;CLICK&amp;#39; from the Beomaster&amp;#39;s standby relay -- Success! I have been able to figure out the majority of the Beomaster and Beocord codes (the Beogram still needs some work), and I can already control the whole system without even having to touch it. As far as the actual Datalink functionality goes, that is. &lt;img src="http://forum.beoworld.org/emoticons/05.gif" alt="Wink" /&gt;&lt;/p&gt;
&lt;p&gt;Some remarks on the DL function (even some that might be surprising):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Codes from a specific source (Tape, PH) only function when that source is selected. For example, if you hit STAND BY on a Beocord while the tuner or Phono is selected, only the Beocord will stand by, instead of the entire system.&lt;/li&gt;
&lt;li&gt;TAPE 2 can be selected from remote sources. The switch on the Beomaster&amp;#39;s front panel is only a dumb selector which informs the controller.&lt;/li&gt;
&lt;li&gt;When recording from PH, a special code is sent to the Beomaster to prevent any intervention (and therefore a faulty recording). In this case, the front panel buttons are ignored.&lt;/li&gt;
&lt;li&gt;Most, if not all, functions of the Beocord can be operated from Datalink. This is probably because of the later Beomaster 3000, which can operate the tape (and phono) deck with the remote. Seek, pause, play and record are all accomodated in the Datalink codes, however, I haven&amp;#39;t been able to figure out all Beogram codes yet (which will probably also feature seek forward/back, because of BG3000), since I need some additional test subject hardware for that. &lt;img src="http://forum.beoworld.org/emoticons/01.gif" alt="Smile" /&gt;&lt;/li&gt;
&lt;li&gt;Volume control and muting are NOT operated from the link. This wouldn&amp;#39;t be convenient in a multi-room system anyway, since sending, for example, a mute command on the bus would mute ALL connected receivers.&lt;/li&gt;
&lt;li&gt;STAND BY can be controlled individually for each device.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Decoding Datalink</title><link>https://archivedforum.beoworld.org:443/forums/thread/245028.aspx</link><pubDate>Wed, 09 Dec 2009 15:44:20 GMT</pubDate><guid isPermaLink="false">41a2a90c-3a1e-4bd3-b144-3883695a7f38:245028</guid><dc:creator>Stoney3K</dc:creator><slash:comments>0</slash:comments><comments>https://archivedforum.beoworld.org:443/forums/thread/245028.aspx</comments><wfw:commentRss>https://archivedforum.beoworld.org:443/forums/commentrss.aspx?SectionID=42&amp;PostID=245028</wfw:commentRss><description>&lt;p&gt;Little update, for the people who would like to fiddle around with the Datalink/Beolink protocol: As the codes are the same as for the B&amp;amp;O remotes, sending and receiving Datalink codes is supported in the LIRC and WinLIRC (Linux Infrared Remote Control) packages!&lt;/p&gt;
&lt;p&gt;The only thing you need are a base resistor (470ohms should be OK) and NPN (BC547/550) transistor for the transmitter circuit, the receiver circuit can be a passive wire to the LIRC input. I&amp;#39;ll post detailed schematics later.&lt;/p&gt;
&lt;p&gt;I would have loved to do more research, but I think there&amp;#39;s no need to reinvent the wheel, right. &lt;img src="http://forum.beoworld.org/emoticons/05.gif" alt="Wink" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Decoding Datalink</title><link>https://archivedforum.beoworld.org:443/forums/thread/244604.aspx</link><pubDate>Tue, 08 Dec 2009 09:46:35 GMT</pubDate><guid isPermaLink="false">41a2a90c-3a1e-4bd3-b144-3883695a7f38:244604</guid><dc:creator>Stoney3K</dc:creator><slash:comments>0</slash:comments><comments>https://archivedforum.beoworld.org:443/forums/thread/244604.aspx</comments><wfw:commentRss>https://archivedforum.beoworld.org:443/forums/commentrss.aspx?SectionID=42&amp;PostID=244604</wfw:commentRss><description>&lt;p&gt;&lt;blockquote&gt;&lt;div&gt;&lt;img src="https://archivedforum.beoworld.org:443/Themes/beotheme1/images/icon-quote.gif"&gt; &lt;strong&gt;tournedos:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;The &amp;quot;Ye Olde Format&amp;quot;, as I now call it &lt;img src="http://forum.beoworld.org/emoticons/02.gif" alt="Big Smile" /&gt;, used by BG4004 and I guess 2404, has really nothing in common with Datalink, new or old. The only Beomaster using that format is 2400-2 as far as I understand. The message only contains a couple of bits, and as these Beograms don&amp;#39;t even have a microcontroller, is decoded completely with hardwired discrete transistor logic at the Beogram end. I&amp;#39;ve never seen it documented, but it would be possible (although tedious and boring) to decipher from the Beogram schematic. Would be easier to scope it off the wire, but I only have the BG4004 and it isn&amp;#39;t very talkative by itself &lt;img src="http://forum.beoworld.org/emoticons/01.gif" alt="Smile" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve got the BM2000 (1983 version, model 2917 IIRC... (*flips over Beomaster... yap!*), which uses the v1 version of Datalink. So, if all goes well, I can use the codes which are mentioned in the MCL2 service manual for Tape1 (tape), Phono (Beogram), Tape2 (DTV/DVD/HTPC) or Tuner. And even then I have some spare addresses to play around with, since the protocol has space for expansion and the Beomaster should happily ignore anything that isn&amp;#39;t meant for it.&lt;/p&gt;
&lt;p&gt;&lt;blockquote&gt;&lt;div&gt;I don&amp;#39;t think it&amp;#39;s patented, and that wouldn&amp;#39;t prevent any personal use anyway. The state-transition diagrams have been published in that article, so they are public information as well - however, the actual article has copyrights so let&amp;#39;s not regurgitate it here.&lt;/p&gt;
&lt;p&gt;A DIY project, which would probably be only point-to-point communication, will manage with a much simpler implementation that doesn&amp;#39;t&amp;nbsp; care about collision detection. That would mostly be an issue on an MCL bus with multiple devices, like a multiroom installation.&lt;/div&gt;&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;Beolink is essentially a single-wire CSMA/CD protocol which should be a piece of cake to implement in any recent microcontroller. Keep in mind, that current uC&amp;#39;s run on clocks that are in the 4-20MHz range, which gives you plenty of cycles to do anything aside from generating or reacting on Beolink messages. It doesn&amp;#39;t implement error correction, the only thing to do in case of a collision (parity error when reading the message back) is jam (pull the bus low for a set amount of time) and repeat the message.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m planning to do home automation, but I want to use Ethernet or DMX512 to control my lighting, as I don&amp;#39;t want to burden the Beolink bus with anything I don&amp;#39;t need. Although it would be awesome to get a 455KHz receiver, wire it up to the Beolink bus and control the entire system with a Beo4, my current implementation will use a server, web page and touchscreen PC or PDA like an iPod Touch. The Beosystem and all associated hardware will be slaved to the home automation network, not the other way round.&lt;/p&gt;
&lt;p&gt;&lt;blockquote&gt;&lt;div&gt;&lt;img src="https://archivedforum.beoworld.org:443/Themes/beotheme1/images/icon-quote.gif"&gt; &lt;strong&gt;premiumverum:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;The Beogram 3000 tangential will datalink with your BM2000. I used
to have one with my BM3000, which is nothing more then a remote
controllable BM2000. It&amp;#39;s a great and good looking turntable!&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m more inclined to go for the black verison of the BG5500, as it looks a little more like the &amp;#39;original&amp;#39; BG2000 than the BG3000 does.&lt;/p&gt;
&lt;p&gt;At least I know now that it&amp;#39;s possible to link products from the newer (late &amp;#39;80s, early &amp;#39;90s) series with the 1980&amp;#39;s Jensen gear, maybe I&amp;#39;ll even put a Beosound Ouverture in the bedroom! I already installed a spare CAT5 cable for multiroom audio when decorating my flat, it&amp;#39;s currently got L/R audio only, but that also means I got two wire pairs left for Beolink and possibly DMX512.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Decoding Datalink</title><link>https://archivedforum.beoworld.org:443/forums/thread/244554.aspx</link><pubDate>Tue, 08 Dec 2009 05:50:06 GMT</pubDate><guid isPermaLink="false">41a2a90c-3a1e-4bd3-b144-3883695a7f38:244554</guid><dc:creator>Premiumverum</dc:creator><slash:comments>0</slash:comments><comments>https://archivedforum.beoworld.org:443/forums/thread/244554.aspx</comments><wfw:commentRss>https://archivedforum.beoworld.org:443/forums/commentrss.aspx?SectionID=42&amp;PostID=244554</wfw:commentRss><description>&lt;p&gt;&lt;blockquote&gt;&lt;div&gt;&lt;img src="https://archivedforum.beoworld.org:443/Themes/beotheme1/images/icon-quote.gif"&gt; &lt;strong&gt;Stoney3K:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Is there a difference between those formats as well? I&amp;#39;d really like to upgrade my Beosystem with a tangential tracking turntable, but I want one that can be controlled from my Beomaster. Not being sure of that kept me off purchasing one for the time being.&lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Hi Stoney,&lt;br /&gt;&lt;br /&gt;The Beogram 3000 tangential will datalink with your BM2000. I used to have one with my BM3000, which is nothing more then a remote controllable BM2000. It&amp;#39;s a great and good looking turntable!&lt;br /&gt;&lt;br /&gt;I have been following this interisting thread, although I lack a real technical background&amp;nbsp; I am very interested in datalink for home integration and interlinking older and newer B&amp;amp;O products. Do post any datalink discoveries you make, I am all ears, and I&amp;#39;m sure I&amp;#39;m not the only one!&lt;img src="http://forum.beoworld.org/emoticons/01.gif" alt="Smile" /&gt;&lt;br /&gt;&lt;br /&gt;Groeten!&lt;img src="http://forum.beoworld.org/emoticons/05.gif" alt="Wink" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Decoding Datalink</title><link>https://archivedforum.beoworld.org:443/forums/thread/244552.aspx</link><pubDate>Tue, 08 Dec 2009 05:13:40 GMT</pubDate><guid isPermaLink="false">41a2a90c-3a1e-4bd3-b144-3883695a7f38:244552</guid><dc:creator>tournedos</dc:creator><slash:comments>0</slash:comments><comments>https://archivedforum.beoworld.org:443/forums/thread/244552.aspx</comments><wfw:commentRss>https://archivedforum.beoworld.org:443/forums/commentrss.aspx?SectionID=42&amp;PostID=244552</wfw:commentRss><description>&lt;p&gt;Phil, as I said the MCL2 technical manual is on site, and the other one really contains nothing you wouldn&amp;#39;t already know after reading the MCL2 doc (and I already posted a direct link to the freely available version of the latter). It&amp;#39;s not really a technical document on Datalink, just a case study on an unrelated software tool.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Decoding Datalink</title><link>https://archivedforum.beoworld.org:443/forums/thread/244548.aspx</link><pubDate>Tue, 08 Dec 2009 04:58:48 GMT</pubDate><guid isPermaLink="false">41a2a90c-3a1e-4bd3-b144-3883695a7f38:244548</guid><dc:creator>PhilLondon</dc:creator><slash:comments>0</slash:comments><comments>https://archivedforum.beoworld.org:443/forums/thread/244548.aspx</comments><wfw:commentRss>https://archivedforum.beoworld.org:443/forums/commentrss.aspx?SectionID=42&amp;PostID=244548</wfw:commentRss><description>&lt;p&gt;Where can I find these documents? I have been looking for these for a while. They would be very useful for a project I am doing.&lt;/p&gt;
&lt;p&gt;Thanks in advance for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Decoding Datalink</title><link>https://archivedforum.beoworld.org:443/forums/thread/244540.aspx</link><pubDate>Tue, 08 Dec 2009 04:12:08 GMT</pubDate><guid isPermaLink="false">41a2a90c-3a1e-4bd3-b144-3883695a7f38:244540</guid><dc:creator>tournedos</dc:creator><slash:comments>0</slash:comments><comments>https://archivedforum.beoworld.org:443/forums/thread/244540.aspx</comments><wfw:commentRss>https://archivedforum.beoworld.org:443/forums/commentrss.aspx?SectionID=42&amp;PostID=244540</wfw:commentRss><description>&lt;p&gt;Goddammit I hate it when you write a lengthy reply and the forum eats it! &lt;img src="http://forum.beoworld.org/emoticons/14.gif" alt="Devil" /&gt; I&amp;#39;ll try once more with as much as I still remember...&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;div&gt;&lt;img src="https://archivedforum.beoworld.org:443/Themes/beotheme1/images/icon-quote.gif"&gt; &lt;strong&gt;Stoney3K:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;The document does mention that the &amp;#39;old format&amp;#39; is compatible with the new format, meaning the basic signal timing is identical but only new address and command codes may be added. However, I also recall a mention of some Datalink devices being incompatible with each other (e.g. a 2000 series Beomaster with a 4002 Beogram and the like).&lt;br /&gt;&lt;br /&gt;Is there a difference between those formats as well? I&amp;#39;d really like to upgrade my Beosystem with a tangential tracking turntable, but I want one that can be controlled from my Beomaster. Not being sure of that kept me off purchasing one for the time being.&lt;br /&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;The &amp;quot;Ye Olde Format&amp;quot;, as I now call it &lt;img src="http://forum.beoworld.org/emoticons/02.gif" alt="Big Smile" /&gt;, used by BG4004 and I guess 2404, has really nothing in common with Datalink, new or old. The only Beomaster using that format is 2400-2 as far as I understand. The message only contains a couple of bits, and as these Beograms don&amp;#39;t even have a microcontroller, is decoded completely with hardwired discrete transistor logic at the Beogram end. I&amp;#39;ve never seen it documented, but it would be possible (although tedious and boring) to decipher from the Beogram schematic. Would be easier to scope it off the wire, but I only have the BG4004 and it isn&amp;#39;t very talkative by itself &lt;img src="http://forum.beoworld.org/emoticons/01.gif" alt="Smile" /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;div&gt;&lt;br /&gt;EDIT: I got a hold of the IEEE document (hey, it helps when you&amp;#39;re an EE student, free IEEE Xplore access!) and there&amp;#39;s enough data on there to make a complete implementation of the Beolink (new style) protocol in something like an AVR. I&amp;#39;m not really sure how much of which we could publish it, however, because I&amp;#39;m quite clueless as to when the relevant patent(s) would expire.&lt;br /&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;I don&amp;#39;t think it&amp;#39;s patented, and that wouldn&amp;#39;t prevent any personal use anyway. The state-transition diagrams have been published in that article, so they are public information as well - however, the actual article has copyrights so let&amp;#39;s not regurgitate it here.&lt;/p&gt;
&lt;p&gt;A DIY project, which would probably be only point-to-point communication, will manage with a much simpler implementation that doesn&amp;#39;t&amp;nbsp; care about collision detection. That would mostly be an issue on an MCL bus with multiple devices, like a multiroom installation.&lt;/p&gt;
&lt;p&gt;The &amp;quot;future, more automated version of the protocol&amp;quot; mentioned in that document must be Masterlink.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Decoding Datalink</title><link>https://archivedforum.beoworld.org:443/forums/thread/244336.aspx</link><pubDate>Sun, 06 Dec 2009 19:38:45 GMT</pubDate><guid isPermaLink="false">41a2a90c-3a1e-4bd3-b144-3883695a7f38:244336</guid><dc:creator>Stoney3K</dc:creator><slash:comments>0</slash:comments><comments>https://archivedforum.beoworld.org:443/forums/thread/244336.aspx</comments><wfw:commentRss>https://archivedforum.beoworld.org:443/forums/commentrss.aspx?SectionID=42&amp;PostID=244336</wfw:commentRss><description>&lt;p&gt;&lt;blockquote&gt;&lt;div&gt;&lt;img src="https://archivedforum.beoworld.org:443/Themes/beotheme1/images/icon-quote.gif"&gt; &lt;strong&gt;tournedos:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/p&gt;
&lt;p&gt;Google for &amp;quot;datalink.zip&amp;quot;. There used to be a broken link for it in Beotech - might actually be on site somewhere nowadays. The IR remotes use the exactly same data format (but obviously L level on bus&amp;nbsp; = 455 kHz carrier on).&lt;/p&gt;
&lt;p&gt;EDIT: Yes it&amp;#39;s on site - rather confusingly as the MCL2 technical service manual.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;
&lt;p&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;I had a look around the manual and found out that it describes the data link format for Beosystem 5000, Beolink 1000, Beovision MX5xxx and other models of the series. That includes the (later models) Beomasters 3500 and 4500, but not the 2000, which uses the old data link format.&lt;/p&gt;
&lt;p&gt;The document does mention that the &amp;#39;old format&amp;#39; is compatible with the new format, meaning the basic signal timing is identical but only new address and command codes may be added. However, I also recall a mention of some Datalink devices being incompatible with each other (e.g. a 2000 series Beomaster with a 4002 Beogram and the like). &lt;/p&gt;
&lt;p&gt;Is there a difference between those formats as well? I&amp;#39;d really like to upgrade my Beosystem with a tangential tracking turntable, but I want one that can be controlled from my Beomaster. Not being sure of that kept me off purchasing one for the time being.&lt;/p&gt;
&lt;p&gt;EDIT: I got a hold of the IEEE document (hey, it helps when you&amp;#39;re an EE student, free IEEE Xplore access!) and there&amp;#39;s enough data on there to make a complete implementation of the Beolink (new style) protocol in something like an AVR. I&amp;#39;m not really sure how much of which we could publish it, however, because I&amp;#39;m quite clueless as to when the relevant patent(s) would expire.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>