I saw somewhere that several LCDs were connected to a single PC - not by video cards but by using LAN cables and a device like a modem or router. The LCDs were used to display different videos from the PC. I checked the LCDs but I didn't find any network ports on them; there was another device next to each LCD that connected them to the PC.

Does anyone knows what this might be and how to create one?

If so, how can I access these monitors in my C# application?

link|improve this question
feedback

migrated from stackoverflow.com Sep 13 '11 at 10:48

This question came from our site for professional and enthusiast programmers.

2 Answers

This requires special hardware, such as a VGA or HDMI Cat extender.

enter image description here

The Extender system is made up of local transmitter and remote receiver units that are connected together by CAT5/5e twisted pair cable (not included, we recommend you use our bulk cable or UTP CAT5e Solid Core cable). The remote receiver unit connects to your distant monitor or projector, the local transmitter unit connects to the computer system's video port. In addition, the VGA signal is duplicated allowing a local monitor to be connected for convenient user operation.

link|improve this answer
Heh, pretty cool idea. – Nick Josevski Sep 13 '11 at 11:17
thank you , after we connect LCDs to the PC how can i access these monitors in my application . when we use HDMI cables , i can access them by using "Screen" class . – user97672 Sep 13 '11 at 12:36
@royasaz - I have no experience with the product but I'd be very surprised if they where treated any differently than normal screens. So you should be able to use the Screen class as normal. – Nifle Sep 13 '11 at 13:30
feedback

If you have a dedicated cable and only short distance, a passive adapter might be enough, given your cable is of high enough quality: http://www.hdtvsupply.com/at-dvi15srs.html

passive dvi-cat5 adapter

link|improve this answer
This is indeed a possibility if the run is only a few meters. – Shinrai Sep 13 '11 at 14:14
feedback

protected by random Sep 13 '11 at 12:50

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.