| |||
Virtual Comm driver provides virtualization of communication via selected Physical Serial Ports (COM ports) into set of virtual serial ports. Algorithms of filtering information between Virtual COM ports were defined in driver configuration file and allowed splitting mixed incoming traffic from hardware device into different streams (text, binary) which then were delivered to Virtual Serial Port, allowing devices connected to the Virtual Serial Port see only relevant traffic stream. Outgoing traffic received from Virtual Ports was mixed into single stream (with proper stream synchronization) and delivered to the Physical Port. This effectively allowed for single hardware device to communicate via several streams of different format with PC applications, hiding all internal details of filtering inside driver. The rules for splitting traffic were defined for each serial port in a configuration file, so driver provided flexibility level necessary for supporting variations in stream formats. Driver was implemented for Windows 2000/XP as filter driver. You may read about other custom drivers developed by Afortio here |














