Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

VirtualDrivers/Python-VDD-Pipe-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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 theCommand field.
  2. ClickSend 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. ClickReconnect 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


[8]ページ先頭

©2009-2025 Movatter.jp