USF-Nealio
Limp Gawd
- Joined
- Jan 18, 2012
- Messages
- 373
I recently purchased a HDMI switch that is controllable via an RS232 interface. I've connected to the unit with Putty, and the controlling the device is extremely simple. I'd like to build a windows program for controlling this device. but eventually I'd like to make this application run cross-platform (Primarily Linux).
The control messages are extremely simple, 2 or 3 characters followed by a carriage return. Also, there is an ability to Query the current connections (ie: What inputs and outputs are available, as well as the current connections.) I'd like to be able to implement that information into the program as well so that changes that are made by users directly controlling the switch will be displayed within the program, as well as preventing the user from switching to a non-existent input.
What would [H] suggest for language and resources to guide me through this endeavor?
The control messages are extremely simple, 2 or 3 characters followed by a carriage return. Also, there is an ability to Query the current connections (ie: What inputs and outputs are available, as well as the current connections.) I'd like to be able to implement that information into the program as well so that changes that are made by users directly controlling the switch will be displayed within the program, as well as preventing the user from switching to a non-existent input.
What would [H] suggest for language and resources to guide me through this endeavor?