ZeDMD icon indicating copy to clipboard operation
ZeDMD copied to clipboard

USB Protocol documentation

Open francisdb opened this issue 4 months ago • 3 comments

I'm trying to write a ZeDMD driver but having a hard time connecting to the device. Is there some documenting on the protocol? Mainly looking for the handshake and framing setup. I tried reading the code to no avail.

francisdb avatar Aug 16 '25 07:08 francisdb

The C++ code is here https://github.com/PPUC/libzedmd/blob/4691e0c2ea9d9c9491a5461618e55c1dee98d8b3/src/ZeDMDComm.cpp#L426

zesinger avatar Aug 16 '25 08:08 zesinger

@francisdb the protocol is not guaranteed to be kept stable. What is the issue with using libzedmd?

mkalkbrenner avatar Sep 02 '25 22:09 mkalkbrenner

What is the issue with using libzedmd?

There is no issue. Just wanted to try writing my own driver.

francisdb avatar Sep 03 '25 05:09 francisdb