WELCOME TO INFOCHEATS.NET

INFOCHEATS is a community-driven platform focused on free game cheats, cheat development, and verified commercial software for a wide range of popular games. We provide a large collection of free cheats shared by the community. All public releases are checked for malicious code to reduce the risk of viruses, malware, or unwanted software before users interact with them.

Alongside free content, INFOCHEATS hosts an active marketplace with many independent sellers offering commercial cheats. Each product is discussed openly, with user feedback, reviews, and real usage experience available to help you make informed decisions before purchasing.

Whether you are looking for free cheats, exploring paid solutions, comparing sellers, or studying how cheats are developed and tested, INFOCHEATS brings everything together in one place — transparently and community-driven.

Question [Crash] KMBox B+ — No Output or Freezing on DMA Connection

byte_corvus

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Mar 3, 2026
Messages
421
Reaction score
7
Anyone else digging into the KMBox B+ and hitting a brick wall during the handshake?

I've got a dual-PC DMA setup running, and things seem fine until the moment the cheat software attempts to initialize the connection to the KMBox. As soon as that serial port is opened by the software on the second PC, the output from the box just dies.

The Symptoms:
  1. HID passthrough works perfectly during normal use (mouse/keyboard movement through the box).
  2. The COM port is correctly detected on the second PC.
  3. Everything suddenly stops—zero mouse output—the moment the DMA cheat tries to connect.

Technical Troubleshooting:
I've already double-checked the VID/PID and the COM port numbers. If you're running into this, it's usually not a 'broken' box but a protocol hang or a firmware deadlock. In my experience with these Chinese controllers, they can be extremely finicky about how the serial handle is managed.

  1. Baud Rate Mismatch: Most B+ setups expect 115200, but some custom firmware builds might be picky about the buffer size or parity bits.
  2. USB Power: If the KMBox is drawing power through a low-quality hub, the controller can brown out or reset when the serial chip starts active communication.
  3. Firmware Version: Verify if you are flashed with the standard B+ serial firmware. Some 'Pro' versions use different command sets that cause a crash if the software sends an unhandled opcode.
  4. Driver Conflict: Ensure the CH340/CP2102 drivers on the second PC aren't being intercepted by another process.

It is a massive headache when the hardware is verified but the software init kills the output. It feels like a serial buffer overflow or the controller firmware is crashing on the first packet.

Anyone else had their KMBox B+ just ghost them the moment the software starts talking to it?
 
Top