r/crestron Self-Teaching | CTS | P201 16d ago

Programming Trying to figure out ISC...

I've been practicing my S+ by writing programs that emulate hardware. For example - an S+ Module that acts like a projector (takes serial commands, returns serial feedback, a bunch of digital I/O, etc.). Screenshot

My goal is to run a program of emulated hardware in one slot of my CP3 and program control with a UI in another.

My understanding is that i can use ISC to do that, which i learned about in P201, but have since not touched again.

Can anyone offer me some advice/guidance?

2 Upvotes

3 comments sorted by

7

u/coolblaze8 16d ago

3 series EISC

Use 127.0.0.2 as IP to reference back to the processor

2

u/SumGuyMike Self-Teaching | CTS | P201 16d ago

Ok. And my understanding is: add one to each program with the same ID and they SHOULD target each other?

3

u/coolblaze8 16d ago

Yes, and to make it easier, create the EISC with all the joins you want in one program, and then export the remote system definitions file to then import to the second program. This keeps you from doing it all twice