jbv wrote/ schreef:
> Hi,
>
> Is there any possibility to send / receive data
> to / from a board on a PCI slot through a
> MC script ?
I wanted to ask this very same question just when I read yours. I'm
developing driver software for DMX (a system for controlling spotlights,
lasers, stroboscopes etc.), and a PCI card is used here.
For this purpose, I have to write to and read from the card, i.e. reading
from and writing to some memory addresses.
This can be done with a DOS shell, but as you may understand, timing is a
very important thing at performances, and you can't manage that with a
shell, which is extremely slow.
> Same question about receiving / sending MIDI
> via the printer or modem ports ?
Well, I'm still searching for a neat external which controls MIDI via OMS,
but for the moment you can write bytes to the modem/ printerport with the
read and write commands:
open modem:
write numtochar(199) to modem: -- to write 199 to it
close modem:
> Thanks & Regards,
>
> JB
Hope this helps,
Sjoerd
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.