Update README.md

pull/7/head
Leapward-Koex 2024-02-21 22:47:52 +13:00 committed by GitHub
parent a192cc217b
commit 88287bbf48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,6 @@ https://github.com/Leapward-Koex/MaiTouchSensorEmulator/assets/30615050/e45ca02f
# Setup
Disable Three- and four-finger touch gestures in windows (on W11 Settings -> Bluetooth & devices -> Touch)
[Optional] If you're on W11 and find that left swipes sometimes open the "widgets" pane you can remove the pane by running this command as administrator `winget uninstall "windows web experience pack"` and following the onscreen instructions.
COM3 needs to be free for this app to work as that is the port used by SDEZ. By default most people will find that COM3 is already in use by a USB Serial device. This will need to be uninstalled via Device Manager,
1. Open Device Manager
2. Show hidden devices. "View" -> "Show Hidden Devices" -> "Ports (COM & LPT)" -> Right click the COM3 device and uninstall.
@ -35,6 +33,8 @@ Start SDEZ and use your touchscreen as normal.
[Optional] To avoid having to manually open the application each time, you can enable "Automatic port connecting" and add this line after `@echo off` in your MaiMai's start.bat file. `start "" "<your path to WpfMaiTouchEmulator.exe>"`
[Optional] If you're on W11 and find that left swipes sometimes open the "widgets" pane you can remove the pane by running this command as administrator `winget uninstall "windows web experience pack"` and following the onscreen instructions.
# Installing the virtual COM ports without using the included com0com program
If you don't want to use the included install/remove virtual com actions in the app because you don't want to give admin access to this unknown app then you can achieve the same outcome by manually downloading Null-modem com0com online (version 2.2.2.0 required!) and then running this command.
`cd "C:\Program Files (x86)\com0com" && setupc.exe install Portname=COM3 Portname=COM23` to install the virtual port and