E1.20 RDM (Remote Device Management) Protocol Forums  

Go Back   E1.20 RDM (Remote Device Management) Protocol Forums > RDM Developer Forums > RDM General Implementation Discussion
Register FAQ Community Calendar Today's Posts Search

RDM General Implementation Discussion General Discussion and questions relating to implementing RDM in a product.

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old August 30th, 2019   #16
ericthegeek
Task Group Member
 
Join Date: Aug 2008
Posts: 390
Default

Both architectures are valid. You can decide which you prefer.

Quote:
Originally Posted by renatoml01 View Post
Do I use the microcontroller to "buffer" the message and pass it on?
Yes, this can work. The microcontroller has to watch all of the ports and determine which is active, then receive bytes and breaks and retransmit them on the other ports.

However, you can't buffer the entire RDM packet. The maximum delay that's allowed for a transparent inline device is 88 microseconds. This means you need to buffer a byte-at-a-time, not an entire packet.

Quote:
Originally Posted by renatoml01 View Post
Or I use the microcontroller just to detect the start communication request and direct the controller communication to responder vice versa.
Yes, this is possible too.

When you build a splitter, you also need to determine whether you want it to be protocol aware. It can receive and parse the packets and try to understand the protocol to make decisions. Or it can just look at the falling and rising edges. It's entirely up to you.
ericthegeek is offline   Reply With Quote
 

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
RDM Implementation Requirements RobbG RDM General Implementation Discussion 1 February 18th, 2015 11:53 AM
RDM software/implementation austen RDM User Discussion 5 April 3rd, 2013 11:02 PM
Partial RDM implementation? svanciel RDM General Implementation Discussion 7 November 7th, 2008 07:19 AM
Master Fader accross Rdm implementation Question berntd RDM General Implementation Discussion 1 May 9th, 2008 12:12 AM
Welcome to the RDM General Implementation Discussion Forum sblair RDM General Implementation Discussion 0 May 31st, 2006 10:38 PM


All times are GMT -6. The time now is 11:18 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.