It's a "two in one" usb2serial converter based on cheap chinese stm32f103 board. It implements standard USB CDC class, so it will work without additional drivers.
Details
Currently, it supports only 8 bit word length, none parity and 1 stop bit.
If you need other options, drop me a line ;)
Components
1×
stm32f103 "blue pill" board
actually any stm32f103 board will work
Have you tested in previous Linux? I had one F103 project running USB CDC, which works in Ubuntu 15.04 or newer. But it doesn't work well in 12.04/14.04 and OpenWRT.
Wish you could do the same for a parallel port. :) My CNC machine relies on 2 parallel ports and its becoming increasingly hard to find boards that have them. I should really just bite the bullet and upgrade the whole system.
Definitely, usb2lpt converters are exist. But they are not standard. If your software using default lpt io ports, it won`t work. So yea, upgrade might be the only one choice.
Have you tested in previous Linux? I had one F103 project running USB CDC, which works in Ubuntu 15.04 or newer. But it doesn't work well in 12.04/14.04 and OpenWRT.