Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Leapward-Koex authored Feb 21, 2024
1 parent c98483d commit a192cc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ 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.
Expand All @@ -31,6 +33,8 @@ If you have issues where the app can't bind to COM23 after installing the virtua

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>"`

# 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
Expand Down

0 comments on commit a192cc2

Please sign in to comment.