Re: URL Query
Hey Filpee, thank you so much for your response. Unfortunately, I am still not able to get it to connect in the first place. I use a TCP\IP Client symbol and put the ipinfo.io as the host name. the
By
hyperteconline@...
·
#230000
·
|
Re: URL Query
Start by using something like https://www.getpostman.com/ https://www.getpostman.com/ to learn about and capture the HTTP strings being sent to/from the server and client devices. Then open a tcp
By
filpee2@...
·
#229999
·
|
URL Query
Is there a simple way to issue a URL query and then capture the response? for instance, if you pull up a browser and type the following into the address bar, ipinfo.io/64.93.151.105/postal it will
By
hyperteconline@...
·
#229998
·
|
Re: Updated Amazon Fire IP Control?
is there an example of the authentication process? I have looked at the ADB docs and done a search I can't anything that has enough detail to write a solution in S# mark
By
mark kaye
·
#229997
·
|
Re: StarLeaf 5250 GTm Codec interfacing
Yes. It links through an online API. You have to enable either integrator or external API controls on the codec through the dealer portal. I no longer work with a commercial integrator to get you the
By
Thomas Nguyen
·
#229996
·
|
StarLeaf 5250 GTm Codec interfacing
Has anyone interfaced to this codec? They have a module, but it's pretty sparse.
By
kolesar.rick@...
·
#229995
·
|
Re: String
Hi Jeremy; Your point is quite valid, and the OP may want to consider it as it relates to what he is trying to accomplish. The OP described sending ascii text that depicted the hex characters. Don¡¯t
By
MSTC
·
#229994
·
|
Re: String
INTEGER byte1; byte1 = 42; makestring(TX, "\\x%02X", byte1); // this sends 4 characters to TX, a literal backslash, literal x, a 2, and an A makestring(TX, "%c", byte1); // this sends 1
By
Jeremy Weatherford
·
#229993
·
|
Re: Sony UHD BluRay Player looking RS232 protocol
anyone know what the work around is?
By
rvanderluit
·
#229992
·
|
Re: String
Hi Jeremy, The entire thing is integers until the makestring. I compiled and ran it before taking another guess in public ... ?
By
MSTC
·
#229991
·
|
Re: String
You're mixing levels... hex escapes like \xFF are interpreted by the compiler. You're sending literal strings with 4 characters per byte: backslash, x, high nibble, low nibble. Should be:
By
Jeremy Weatherford
·
#229990
·
|
String
I had to try it to find out . . . Too easy. Of course it didn?t work . . . Since you have converted the input to a long_integer, you already have the 4 bytes. long_integer li_number; integer byte1,
By
MSTC
·
#229989
·
|
Samsung LAN port going to sleep
Hello,I am controlling a Samsung DC55E TV over IP (which is working fine when powered on), When I shut the TV off, The LAN ort also shuts off and I lose control.?I looked for a network standby
By
Q Hall
·
#229988
·
|
Re: NVX And Dante
Thanks, Brian! I'll check these out. If I have any questions / comments / suggestions, I'll make sure to reach out. - Phil Crestron@...> wrote:
By
Phil Bridges
·
#229987
·
|
Re: NVX And Dante
Phil, I just added some config files to the Files section. They are for the 350X series, but hopefully they will be close enough to be helpful. To get you pointed in the right direction, I have this
By
brian.erch@...
·
#229986
·
|
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 : /Documents/cisco-sg350x_configs.zip Uploaded by : brian.erch
By
Crestron@...
·
#229985
·
|
iPhone app slow response.
We have a creation cp3 programmes for 4 iPhones. Lately we are finding that the app response is extremely slow. After you have pressed a button the action sometimes take over 5 seconds. Sometimes they
By
dvakunde@...
·
#229984
·
|
Re: TPS-6X VT-Proe File uploading error
I had this issue a few times. Be sure that you have "Send all files" checked and not "Modified Files Only". If that doesn't work you will have to do an initialize and restore first. Make sure you are
By
Steve Adams
·
#229983
·
|
TPS-6X VT-Proe File uploading error
Hi, While uploading files to TPS-6X, the toolbox is throwing an error, please check the attachments.?FYI, file/object names does not have any special characters and image format used as 'png' only.
By
Santhosh Kumar
·
#229982
·
|
Re: Simpl + String Building
I had to try it to find out . . . Too easy. Of course it didn?t work . . . Since you have converted the input to a long_integer, you already have the 4 bytes. long_integer li_number; integer byte1,
By
MSTC
·
#229981
·
|