wutno
wutno
F-Zero: It doesn't make much sense to me that it we wouldn't reply to a 0x40 (cancel), but it looks like that's what it's expecting *or* it's not sending the...
```c cfgetispeed(&local_50); cfgetospeed(&local_50); iVar1 = *(int *)(this + 0x14); if (iVar1 == 1) { in_buad = 0xe; out_baud = 0xe; } else if (iVar1 == 2) { in_buad = 0xf;...
While chatting with derole we found out that it's 38400b by default for MT3. I've pushed my changes to the main branch. F-Zero I'm still not sure what that could...
F-Zero and MT3 are issues with parity. Both appear to use even parity. I've created a new branch that's not ready to be merged as `fix/settings_work`, this exposes parity via...
You're using Windows and trying to run with a Linux device path. Windows only works with `COMn` and pipes.
I don't know what kind of setup you're using. Look at the sample config that comes with the program, it has all the options. For example, I don't know for...