IP2CC Global Cache Commands

Share any commands you know or look here to find commands for your devices.
Post Reply
member_c837
Posts: 17
Joined: Wed Jun 20, 2012 2:34 pm

IP2CC Global Cache Commands

Post by member_c837 » Mon Jul 16, 2012 5:19 pm

Ive got these commands for IP2CC commands.
You do not have the required permissions to view the files attached to this post.

member_189
Posts: 1
Joined: Mon Jul 16, 2012 3:36 pm

Re: IP2CC Global Cache Commands

Post by member_189 » Thu Aug 30, 2012 9:55 pm

Thank you very much this works.

dansonamission
Posts: 37
Joined: Mon Jul 16, 2012 3:35 pm
Location: UK
Contact:

Re: IP2CC Global Cache Commands

Post by dansonamission » Wed Oct 24, 2012 11:49 am

Any one got an example for the RS232 version of this?

User avatar
DemoPad
Site Admin
Posts: 769
Joined: Thu Jun 14, 2012 10:46 am
Contact:

Re: IP2CC Global Cache Commands

Post by DemoPad » Wed Oct 24, 2012 12:13 pm

There is no such thing - if you are sending commands via an IP2SL unit to control an RS232 device, then the command is whatever the RS232 command is for that device, for example to turn on an Epson projector, it might be:

PWR ON\x0D

There is no "sendserial,1:1..." etc like there is with IR, you just send the data that you want to come out of the RS232 port. Please refer to the RS232 command documentation for the equipment you are trying to control

dansonamission
Posts: 37
Joined: Mon Jul 16, 2012 3:35 pm
Location: UK
Contact:

Re: IP2CC Global Cache Commands

Post by dansonamission » Wed Oct 24, 2012 12:21 pm

The device has this command

0xFE 0x00 0x42 0x01 0x82

Using iTest and adding 0x0D to the end, returns an error.

ERR_0:0,001. (which is syntax error)

and without the 0x0D

ERR_0:0,016. (which is no carriage return found)

User avatar
DemoPad
Site Admin
Posts: 769
Joined: Thu Jun 14, 2012 10:46 am
Contact:

Re: IP2CC Global Cache Commands

Post by DemoPad » Wed Oct 24, 2012 1:05 pm

So you want to be entering that command as:

\xFE\x00\x42\x01\x82

in our software (and iTest), using \x format with no spaces, as shown above.

You also want to make sure you are using port 4999 (Serial) in iTest and our software, as this is the port that commands need to be sent to. I suspect you are sending them to 4998, which is why you are getting the error code from the Global Cache device.

dansonamission
Posts: 37
Joined: Mon Jul 16, 2012 3:35 pm
Location: UK
Contact:

Re: IP2CC Global Cache Commands

Post by dansonamission » Wed Oct 24, 2012 1:07 pm

Thanks for the info!

Your reply is the same as what i just found out by trial and error. The iTest was using port 4998 and to connect on 4999 I had to also set the serial device to use multiple port via the web interface.

Now just to try it in demopad!

Post Reply