Sending empty data packet

Hey,

I am currently wondering how I could use inject_joymax making it send an opcode without any data.
I tried inject_joymax(opcode, None ,False)
But this just results in “Python Error: ‘NoneType’ does not support the buffer interface”

Anyone got an idea?

Thanks!

1 Like

b''

2 Likes

Thanks :slight_smile: