I want to make the simplest and most reliable on/off device controlled from a compuer software (Java).

I was thinking about sinus sound singnal + RC filter with relay for specific frequency, but unfortunatelly I can't use sound card - it is already occupied for different purposes.

How can I achieve this without much compatibility/reliability issues. It should work both on Unix and Windows

I mean an output device, so I want to turn on/off relay from Java software.

有帮助吗?

解决方案

USB MIDI adapter and then midi to relay .

其他提示

Maybe use a Raspberry Pi (includes GPIO controller). Put a web service to control the GPIO. The web service is accesable from any HTTP client.

http://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top