Page 1 of 1

Mixing Interfaces Types

PostPosted: Tue 22. Nov 2011, 00:07
by YoYo
Is it possible for IrServer to support serial & ethernet interfaces at the same time?

Re: Mixing Interfaces Types

PostPosted: Tue 22. Nov 2011, 12:55
by IRTrans
Hi,
no problem, that is possible.

You can mix all device types (RS232, USB, LAN/WLAN) up to a total count of 255.

IRTrans

Re: Mixing Interfaces Types

PostPosted: Tue 22. Nov 2011, 15:12
by YoYo
Thanks for the reply. I want to add an ethernet ItrTrans units to be used together with my serial version.

I'm probably messing up the command line..
Code: Select all
"C:\Program Files\IRTrans\irserver.exe" COM13; 192.168.17.35


I've tried a few variations, changing the order, leaving out the semi-colon, etc. but I always get an error:
Code: Select all
The last argument for the irserver is always the device:
Windows Devices: COM1-COMn or USB for USB devices...


How does one get IrServer to recognize multiple interface types?

Re: Mixing Interfaces Types

PostPosted: Tue 22. Nov 2011, 21:09
by IRTrans
Hi,
the correct syntax would be:

"C:\Program Files\IRTrans\irserver.exe" COM13;192.168.17.35

There is no whitespace/blank allowed around the semicolon.

IRTrans

Re: Mixing Interfaces Types

PostPosted: Wed 23. Nov 2011, 15:02
by YoYo
Thanks for the clarification. I've got it working now...