Jump to content

RS232 control of IDK Matrix Switcher


bgarrett

Recommended Posts

I am trying to control a IDK MSD 502 matrix switcher from Watchout using RS232. IDK tells me that the code to make this happen is @EXC,1

 

@EXC, 1 will trigger a shutter command that is stored in the switcher.

I was able to make the switcher work in a terminal software, but when I hook it up to WO nothing happens. I tried to add $0D to the front and back of the code. I have the settings correct. Baud rate 9600, no parity.

I will take any suggestions.

Thanks,

Bg

Link to comment
Share on other sites

  • Dataton Partner

$0D is usually what makes the string go off. Always add it to the end of your string.

 

If "@" is not interpreted in the right way when sent as "@", you might try to use the $40 which is the hex-code representing "@". 

Link to comment
Share on other sites

I'd start by verifying that the serial port you're using on the Display computer(not production) is COM1 in device manager. 

 

If that's correct, route that serial port back into a laptop or other machine in a terminal software(like putty) and make sure you're getting something back.

 

If not, feel free to post/send me a link to your project and I'll take a look. PM me for contact info.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...