Re: Help with my very first TCP Client Class VS2019 for 4 series SIMPL# to be used with SIMPL+ Wrapper
Here is a TcpClient I wrote. Note it uses the Crestron TCPClient not the System.Net.Sockets.TcpClient. I don't recommend using it for a connection with a device that keeps the connection alive like
By
Daniel Portugal
·
#244710
·
|
Re: Help with my very first TCP Client Class VS2019 for 4 series SIMPL# to be used with SIMPL+ Wrapper
I also found this post helpful: https://codereview.stackexchange.com/questions/82806/asynctcpclient-asynchronous-tcpclient
By
Daniel Portugal
·
#244709
·
|
Re: Help with my very first TCP Client Class VS2019 for 4 series SIMPL# to be used with SIMPL+ Wrapper
I see that you took the MSDN example. You'll want to do everything Connect, Read, and Write asynchronously. I think that it is more inline with what is expected in a module. You don't want to spin up
By
Daniel Portugal
·
#244708
·
|
Re: Help with my very first TCP Client Class VS2019 for 4 series SIMPL# to be used with SIMPL+ Wrapper
if you use <pre></pre> html?tags to surround your copy-pasted code, you'll get a much better post. Click on the pancake menu, then the " < > " in the editor all the way to the right, to edit the HTML
By
Daniel Portugal
·
#244707
·
Edited
|
Re: Matrox Maevex 6020 Rest control
#crestron
#simplsharp
if (response is HttpsClientResponse)? ? ? ? ? ? ? ? ? ? {? ? ? ? ? ? ? ? ? ? ? ? CrestronConsole.PrintLine("response '{0}' received", response.ContentString);? ? ? ? ? ? ?
By
Master He <cheng_g_he@...>
·
#244706
·
|
HAI Omni IIe - Crestron Module
#crestron
Hi all I would like to know is there any module or documentation that I can refer for the integration of the HAI Omni IIe and the crestron CP3. I am also welcome to any websites that sell the
By
Sharan Suvarna
·
#244705
·
|
Matrox Maevex 6020 Rest control
#crestron
#simplsharp
I'm trying to control a Matrox Maevex 6020. I'm getting null responses and the commands being sent are always showing a pending state. Has anyone dealt with this device and know what I am doing wrong?
By
Natalie Jackman
·
#244704
·
|
Re: SIMPL+ question. Where is the info I send to Global Variables stored?
A global variable exists in memory, not as a file, so there¡¯s nothing you can do with FileOpenShared If you want to see if the string is not empty you could use LEN() to compare to the minimum
By
Lincoln King-Cliby
·
#244703
·
|
Re: SIMPL+ question. Where is the info I send to Global Variables stored?
I am using the same SIMPL+ module. I want to look at the location where the string is stored to see if there is any data there regardless of what the string says. Just to see if it is being used. I am
By
james@...
·
#244702
·
|
Re: SIMPL+ question. Where is the info I send to Global Variables stored?
Within the same SIMPL+ module? Use the variable name you assigned. From a different SIMPL+ module? You¡¯d have to send it out a string output to a string input on the other module; there is no shared
By
Lincoln King-Cliby
·
#244701
·
|
SIMPL+ question. Where is the info I send to Global Variables stored?
SIMPL+. I am saving a text string as a global variable. I want to look at that data to see what is there for another operation. Where is that data stored? Specifically, what is the path to find it?
By
james@...
·
#244700
·
|
MYCRESTRON: How Do I Get MC3 TO REGISTER Via Text Console?
Still have trouble with this: MC3>mycrestron MyCrestron Status: Not Registered System Last Successfully Registerd: N/A Domain: myclientssystem, Password: clientpassword What is the secret code I need
By
markwestfairtv@...
·
#244699
·
|
Re: Microsoft Teams Rooms Automation
Nate - do you think it is possible to use the serial feedback to distinguish between "in meeting, sharing content" and "in meeting, not sharing content" ?
By
colin.pritchard@...
·
#244698
·
|
Crestron home DEPLOY
#crestron
DEPLOY for Crestron Home not working after recent updates to RMS and CP4r - has anyone experienced this. Result DEPLOY fails wipes out program in the processor and you have to restart processor with
By
Mark G
·
#244697
·
|
Help with my very first TCP Client Class VS2019 for 4 series SIMPL# to be used with SIMPL+ Wrapper
Hello, I'm looking for any help to build my first TCP Client in VS2019 to be used on 4 series SIMPL+ wrapper. For my first test scenario I am running a QSYS project in emulation mode and using VS2019
By
Shawn Fennell
·
#244696
·
|
Re: TSW760 Grandstream UCM6202 paging/group intercom
Yes busy signal on 1way paging. Is there something wrong with setting up a group with only 1 panel/extension? That's how I'm doing it for testing due to only having 2 panels.
By
dlcollins77@...
·
#244694
·
Edited
|
Re: Moving to Crestron Home driver development
Hi Danny, I am far from an expert on this.? I did the development and wrote the article almost a year ago. 1) The way I understood it was that a platform driver is for devices where there is a one to
By
jbasen
·
#244693
·
|
Re: CP4 Serial Port weirdness
They're all in the rack - >5' cables. All powered from (1) 20 amp circuit (install inherited...:(? ) All powered thru a single On-Line UPS... It's a weird situation that I've personally never seen
By
ckangis
·
#244692
·
|
Re: ZeeVee Zyper 4K Management Platform.
I used this command to get audio to follow video as this installation has discrete RX endpoint for analog audio feed into the DSP: No need to send this all the time, just once after the server comes
By
Tray Schaeffer
·
#244691
·
|
Re: Moving to Crestron Home driver development
Nice! ?I too am interested and have been asked to write a driver. I have .NET code of full connection/control of HAI Omni controllers and I had someone ask me to write a Crestron Home driver, googled
By
Danny Mavromatis
·
#244690
·
|