Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No inputs detected #10

Open
thewiilover opened this issue Jan 27, 2025 · 3 comments
Open

No inputs detected #10

thewiilover opened this issue Jan 27, 2025 · 3 comments

Comments

@thewiilover
Copy link

thewiilover commented Jan 27, 2025

Describe the bug
I'm unable to do slide notes. Also normal notes (without emulate ring buttons enabled).

To Reproduce
Try to use it normally

Screenshots

@thewiilover
Copy link
Author

I'll provide a video if it's really needed

@thewiilover
Copy link
Author

bit more info:
I'd like to use the built in touchscreen on my device and I'm only currently able to use moonlight in order for it to work correctly

@Leapward-Koex
Copy link
Owner

From what you've described it sounds like the COM port connection between the application and sinmai isn't working/connected.

Some things to check:

  1. Is the port pair installed?
    You can check this by running C:\Program Files\Leapward-Koex\Mai Touch Emulator\thirdparty programs\com0com>setupc.exe list as administrator (or whereever your install is, note the working directory just be the com0com folder).
    It should produce an output like:
C:\Program Files\Leapward-Koex\Mai Touch Emulator\thirdparty programs\com0com>setupc.exe list
       CNCA0 PortName=COM3
       CNCB0 PortName=COM23
  1. Is the application connected to the COM port?
    Image
    You can manually connect to the port by using the "Connect to port" button in the COM port section, or turn on "Automatic port connecting" if you haven't already to connect on app startup.

  2. Was Sinmai set to use a real touchscreen?
    DummyTouchPanel should be set to 0 in the maimaiDX.ini file.

  3. Was the application opened prior to Sinmai starting up?
    Sinmai communicates with the application on startup to check the state of the touchscreen, if the application is not open and connected to the COM port prior to this the application wont work.
    You can verify this when Sinmai starts up and there will be a タッチセンサ(1P) entry (or localized equivalent). During this time it will say "CHECK" and you should see entries in the "Received" and "Sent" sections in the app

Image
When the "Received" is "STAT" it means it is successfully connected and Sinmai should say タッチセンサ(1P) GOOD.
If it says タッチセンサ(1P) BAD it means its failed to perform the handshake with the application.

  1. Is the app registering button presses?
    When you press different combinations of buttons on the touch panel you should see the "Button State" change from 0. The value is unimportant, it just represents a special bitmask of what buttons are pushed down, you just want to check that its not 0.

Image

Hopefully one of these steps helps you resolve your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants