Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: usb-ext-dm MAC address
By default these devices are layer 2 only, so no IP address, no ping. Download this doc: It contains all the protocol info for the devices.? Note that the "magic number" is different on Crestron devices than what is in the doc, but the rest of the protocol is the same. I will manually pair a unit to a unit I know the number of then send the command to have that device report its status to me.? Included in the status is the address of the unit it is connected to. I usually use wireshark to spy on the comms. |
Re: usb-ext-dm MAC address
¿ªÔÆÌåÓýSince the USB-EXT-DM don¡¯t speak IP you won¡¯t find it as a DHCP client, nor are you likely to find a mac address using ARP because there¡¯s no ARPing going on [no IP address means no Address to Resolve with the protocol] ? If you have a real switch you may have luck looking at the port MAC address table ¨C though you may need to do this fairly quickly after power cycling the device because if it¡¯s not passing traffic it will age out of the list and ¡°disappear¡± (almost every device will send out a few ¡°Hi, it¡¯s me! Anyone there!¡± on initial link but if nothing else is talking they¡¯ll fall off the list. ? On Cisco Catalyst switches it¡¯s sh mac address-table int <interface id>, e.g. for gigabit port 10 on stack member 1 slot 0 sh mac address-table int gi1/0/10 ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: Crestron@... [mailto:Crestron@...]
Sent: Tuesday, July 24, 2018 11:23 PM To: Crestron@... Subject: [Crestron] Re: usb-ext-dm MAC address ?
? Thanks.?
|
New file uploaded to Crestron
Hello,
This email message is a notification to let you know that a file has been uploaded to the Files area of the Crestron group. File : /Modules/Philips LCD control.zip Uploaded by : meitals2003 <egalay@...> Description : a macro module i have done with files from yahoo groups to control philps lcd's You can access this file at the URL: To learn more about file sharing for your group, please visit: Regards, meitals2003 <egalay@...> |
Re: usb-ext-dm MAC address
Thanks Mike. ?I've already tried both... Looked in the router's DHCP client listing, tried the arp command, tried wireshark on the network. ?No hits. ?I do know I'm looking for a MAC address that starts with 00:1b:13 (vendor code on these units) ?I believe they respond to broadcast requests, and the Crestron module that is used to pair the devices uses UDP and the broadcast request, but I haven't figured out how to ping it that way yet.
Thanks.? |
Re: usb-ext-dm MAC address
Emperor Bob
¿ªÔÆÌåÓýCheck the DHCP server maybe? ? Enterprise environments you can also look at the arp table on the router.-Mike On Jul 24, 2018, at 10:17 PM, peteboz13@... [Crestron] <Crestron@...> wrote:
|
Re: LG Closed Caption Serial String
Are you using the built-in tuner on the display?
|
LG Closed Caption Serial String
I have been searching everywhere to find the Serial String to control Closed Caption.? I am in the process of doing some code updates and wanted to add this function to a Crestron Panel. I have been using the LG TV v2 Module in the file area here for years with no issues, but that one item is missing. Controlling 28 LG HDTV's various models (50 and 55's) in one of my venues. Its an old system AV2 with CNXRMC boxes. If anyone has a string or any ideas please let me know. Thanks ! George |
Re: Shure MXA910 protocol details
Hey Chip,? I've had to control the LED color and LED on/off before, and I was able to do it without presets.? I had to use the "brightness" command and set it either to 0 or 2?? (full off or full on) to make the led go off.? Not sure if this is similar to what you were doing, but using the brightness wasn't exactly my first instinct to use.
My use case, was that the client wanted to have the mic to track the VoIP phone.? If the phone was not in use, the LED would be OFF.? If the VoIP was off-hook, the LED would track Red/Green with privacy mute.? The awesome part is that you can change the colors still while the brightness is OFF.? So you can have simple code track red/green, and another peice of simple code track hook on/off and change the brightness to off/full and it works great. No Presets required. -jason |
Re: Sony SRG-300H controlling over IP not saving presets
toggle quoted message
Show quoted text
On Jul 24, 2018, at 12:01 PM, crestronfreak55@... [Crestron] <Crestron@...> wrote:
|
Re: Xpanel on a Tablet that runs windows
Windows x86 yes.? Windows RT no. On Tue, Jul 24, 2018 at 5:50 PM, jahonix@... [Crestron] <Crestron@...> wrote:
|
Re: Xpanel on a Tablet that runs windows
A TSW-x50 is basically just that. A device running "Windows Embedded Compact 7" with an XPanel in Kiosk mode. Just not wireless.
Those old TPMC-8X/TPMC-10 were Windows tablets on a much older Windows Embedded derivatives. So yes, it will work. Just remember that a Windows10 tablet is still a Windows10 device with all it's bells and whistles like automatic updates and alike. And you usually get a "Windows button" on the touch surface which opens the start menu, thus exiting XPanel's Kiosk mode. Then people?will start tinkering with the device... I surely wouldn't want to run that in a boardroom. But for your own home it might be fine. ? |
Re: Fusion and Amazon
Amazon EC2 was not supported by FSG last I heard -- which makes it tricky since there's no self-service install option now. On Tue, Jul 24, 2018 at 3:50 PM, renan@... [Crestron] <Crestron@...> wrote:
|
Re: Shure MXA910 protocol details
"Would you happen to have a module for this?" No module, but I've got a program with an SIO loaded with most of the commands/responses for this mic if you want it. It's set up so that if you tap it, it starts cycling through all the ring colors - a second tap turns off ALL the indicators.? (Which - IIRC - had to be done through presets, they oddly enough didn't include commands to turn the white "mic muted" indicators on and off) ? - Chip |