Crazy idea, no clue where to start!
Shasta
Posts: 2
Ok, I'll be honest, I am WAY over my head on this one... and I don't even know if I am in the right place to be asking this.
My adventure:
I am trying to design a crazy KVM switching system involving multiple workstations and multiple computers all with multiple screens, way beyond what any normal system can handle. So I need to have several boxes talk together. Luckily they all have RS-232 ports and talk an easy to interpret language, unfortunately the boxes don't want to talk to each other.
This link is to the RS-232 spec sheet for the KVM's I plan to use
http://www.networktechinc.com/pdf/man021.pdf
Does anyone have any suggestions on how I can start to build a translator so they can talk?
I know I can easily do this with a dedicated computer running some software to intercept and issue commands, but I'd rather have some micro controller or something like that do this for me. I can fight my way through BASIC, and most other languages with examples. I don't mind getting dirty with this, so throw me in there and be as technical as you need to!
Thanks for the help
Peter
My adventure:
I am trying to design a crazy KVM switching system involving multiple workstations and multiple computers all with multiple screens, way beyond what any normal system can handle. So I need to have several boxes talk together. Luckily they all have RS-232 ports and talk an easy to interpret language, unfortunately the boxes don't want to talk to each other.
This link is to the RS-232 spec sheet for the KVM's I plan to use
http://www.networktechinc.com/pdf/man021.pdf
Does anyone have any suggestions on how I can start to build a translator so they can talk?
I know I can easily do this with a dedicated computer running some software to intercept and issue commands, but I'd rather have some micro controller or something like that do this for me. I can fight my way through BASIC, and most other languages with examples. I don't mind getting dirty with this, so throw me in there and be as technical as you need to!
Thanks for the help
Peter
Comments
What, you have multiple chains of these boxes, and need some way to coordinate the chains?
I'd start with a block diagram of the chains, the inputs, and the outputs.· You might also identify some "scenarios" of how you think this system is going to be used.
Looks like I have some homework to do.
Thanks for the affirmation that I'm approaching a manageable project
Peter