¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Atlona PTZ Pelco-D String #simplwindows
Any particular reason for using the Pelco protocol? These are just rebranded Minrray cameras. They use standard VISCA commands. No matter what platform you are using for control, just find a Vaddio
By Anewdaytotri · #249724 ·
Re: Atlona PTZ Pelco-D String #simplwindows
*modulo 256
By @DizzyEgg · #249723 ·
Re: Atlona PTZ Pelco-D String #simplwindows
I believe the checksum byte should be the sum of the bytes (without the leading FF) then modulo, so it should be: byte 1: FF byte 2: 01 byte 3: 00 byte 4: 07 byte 5: 00 byte 6: 01 byte 7: 09
By @DizzyEgg · #249722 ·
Atlona PTZ Pelco-D String #simplwindows
Greetings all. I'm not using Crestron for this site but wanted to see if anyone can see if this is the correct string to send.. I used a SUM calc online because im not that far in my travels to
By Corbin Lovering · #249721 ·
Re: Needing Suggestions - Connecting multiple buildings with Crestron
I ended up abandoning the UDP Module and just added an UDP Ethernet device and set the IP to 255.255.255.255 seems to work but will need to look into looping data.
By Brad Wykoff · #249720 ·
Re: Panopto remote recorder login
Thank you for the responses. Lincoln's mention of DNS is what helped. I found that neither of the processors had any dns servers listed. 99% of the time we don't need them anyway, so it wasn't in my
By chuckperkinscrestron · #249719 ·
VC-4 Ethernet autodiscovery is not supported on this platform. #vc4 #simplsharppro
I was hoping to use Crestron.SimplSharp.EthernetAutodiscovery in a Project. When I call the query method I get a not supported error. I expect it is just that simple and I'm boned, but I can't find
File /AlphaSort Example_archive.zip uploaded #file-notice
The following files and folders have been uploaded to the Files area of the [email protected] group. * /AlphaSort Example_archive.zip (
By Group Notification <noreply@...> · #249717 ·
Re: https Get request through Crestron vs. browser
Thank you
By ScubaSteve · #249716 ·
Re: DSC PowerSeries Neo
Has anyone tested driver with the VC-4-PC-3?
By ian jones · #249715 ·
Re: https Get request through Crestron vs. browser
There are quite a few examples on my GitHub of doing https communications using S#/C# with a product (https://github.com/jbasen?tab=repositories).? You should be able to simply copy the basic code
By jbasen · #249714 ·
Re: https Get request through Crestron vs. browser
Hi Jay, how did you get it working? Would love to see the solution. ?Been playing with this on and off when I get time. ?Posted this but no replies as yet.
By ScubaSteve · #249713 ·
Re: https Get request through Crestron vs. browser
I got it working. Thanks all Jay
By jbasen · #249712 ·
Re: https Get request through Crestron vs. browser
Https requires encryption. You would need to use simpl# for that.
By Crestron_Programmer_84 · #249711 ·
Re: https Get request through Crestron vs. browser
Using postman can help determine what is needed when making the requests.
By cmac_HT · #249710 ·
Re: https Get request through Crestron vs. browser
Thanks.? I was thinking that was the issue.? But, I know that chrome puts out a lot of header info and I was hoping someone might have an idea on what might be important vs just trying to include
By jbasen · #249709 ·
Re: https Get request through Crestron vs. browser
Are you including all the appropriate header information? i have done http with both vs2008 and vs2018 with S#Pro and it generally works pretty good. you could use postman to validate your headers and
By cmac_HT · #249708 ·
https Get request through Crestron vs. browser
I'm trying to make an https get request to retrieve some weather information from the national weather service.? If I paste the url into the address bar of chrome it works perfectly.? If I make the
By jbasen · #249707 ·
Re: HZ-THSTAT SIMPL Feedback
I am looking for any feedbacks from the module Crestron HZ-THSTAT Basic Control (ver 1.7) that range from the "AnySpaceSysType_FB"" all the way down to "AutoDeadband_FB". I get no information from any
By soundmanmiked · #249706 ·
Re: Needing Suggestions - Connecting multiple buildings with Crestron
I¡¯m going to guess that¡¯s a Unicode encoding thing - characters are all 2-byte in Unicode with the high byte (the 2nd byte in little-endian) being zero. it¡¯s impossible to say more without
By Oliver Hall · #249705 ·