문제

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