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.

Reply
 
Thread Tools Search this Thread Display Modes
Old September 19th, 2006   #1
sjackman
Task Group Member
 
Join Date: Sep 2006
Posts: 26
Default

Scott,

One more note. The header file is either corrupted or non-ASCII/non-ISO/non-UTF. It contains the character 150 (0x96), which I suspect should be a hyphen or a dash, and the character 146 (0x92), which I suspect should be an apostrophe.

Cheers,
Shaun

Code:
$ diff /tmp/RDM.h rdm-e120.h |cat -v
26c26
< /* RDM Protocol Data Structure IDM-^Rs (Slot 1)                                                                                   */
---
> /* RDM Protocol Data Structure ID's (Slot 1)                                                                                   */
29c29
< /* Broadcast Device UIDM-^Rs                                                                                                      */     
---
> /* Broadcast Device UID's                                                                                                      */     
168c168
< /* Fixture Accessories M-^V add-ons to fixtures or projectors                                                                      */
---
> /* Fixture Accessories - add-ons to fixtures or projectors                                                                      */
245c245
< #define E120_PRODUCT_CATEGORY_OTHER                       0x7FFF /* For devices that arenM-^Rt described within this table.        */
---
> #define E120_PRODUCT_CATEGORY_OTHER                       0x7FFF /* For devices that aren't described within this table.        */
sjackman is offline   Reply With Quote
Reply

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


All times are GMT -6. The time now is 12:00 PM.


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