PDA

View Full Version : Question about SIOC and Mac



mrmaster
05-07-2011, 01:22 PM
Hello,

I know that you can't use SIOC with Xplane on a Mac but i found the very useful Plugin UIPCX from fransedano.net. Now my question: Would it be possible to:
1. Use a second Computer networked and running Windows with SIOC to control I/O ?
2. Can SIOC use inputs from the Bu0836X ?
3. only hypothetically - can SIOC send output to an Arduino?

Regards,
Marc

goof2092
08-23-2011, 05:52 AM
mrmaster, I can answer Yes to item 1. I tried it with sioc on windows XP to which are connected usb exp card and master card with the mac running IOCP server. The sioc.ini file needs to be told about the IP address of the Mac. relevant extract from sioc.ini:

------------------------/snip------------

[************** IOCP CLIENT MODULE #0 ***************]

[ Desactivar el módulo cliente IOCP ]
[ Disable IOCP client module ]
IOCPclient0_disable=no << its enabled

[ IP del servidor donde debe de conectar el cliente ]
[ IOCP client host name ]
[IOCPclient0_host=localhost]
IOCPclient0_host=172.17.40.11 << this is the mac ip address

----------------//snip---------------------------------------------

goof2092
08-24-2011, 03:43 AM
mrmaster, I can answer Yes to item 1. I tried it with sioc on windows XP to which are connected usb exp card and master card with the mac running IOCP server. The sioc.ini file needs to be told about the IP address of the Mac. relevant extract from sioc.ini:

------------------------/snip------------

[************** IOCP CLIENT MODULE #0 ***************]

[ Desactivar el módulo cliente IOCP ]
[ Disable IOCP client module ]
IOCPclient0_disable=no << its enabled

[ IP del servidor donde debe de conectar el cliente ]
[ IOCP client host name ]
[IOCPclient0_host=localhost]
IOCPclient0_host=172.17.40.11 << this is the mac ip address

----------------//snip---------------------------------------------