Skip to content

VirtualDrivers/Python-VDD-Pipe-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Virtual Display Driver Python Control GUI

image

This Python script provides a GUI to send commands to the Virtual Display Driver via a named pipe. It allows users to input and send commands, receive responses, and reconnect to the pipe if needed.

Features

  • Command Entry: Send commands to the Virtual Display Driver.
  • Reconnect Button: Re-establish connection to the named pipe.
  • Log Window: Displays sent commands and received responses.
  • Error Handling: Alerts for failed connections and invalid inputs.

Prerequisites

This script requires the following dependencies:

  • Python 3.x
  • Tkinter (built-in with Python)
  • pywin32 (for Windows named pipes)

To install pywin32, run:

pip install pywin32

Installation

  1. Ensure dependencies are installed (see prerequisites).

  2. Run the script:

    python MTTVirtualDisplayPipe.py

Usage

Connecting to the Pipe

Upon launching, the application will attempt to connect to the named pipe:

\\.\pipe\MTTVirtualDisplayPipe

If the connection is successful, the log will display:

Connected to the Virtual Display Driver pipe.

If it fails, an error message will appear.

Sending Commands

  1. Enter a command in the Command field.
  2. Click Send Command to send it.
  3. The log will display the sent command and any response.

Reconnecting to the Pipe

If the connection is lost:

  1. Click Reconnect to attempt reconnection.
  2. A status message will appear in the log.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages