Replies: 2 comments 5 replies
-
I've just added support for this in a test branch. It supports CDC class devices and the following commonly found chipsets: CH341, CP2102, FT231x, PL2303. I don't have the ability to fully test this with a DOS PC right now, so I've just checked basic functionality with a CDC device. There is a new If there's enough positive feedback I'll include this in the next release. |
Beta Was this translation helpful? Give feedback.
-
Awesome, thanks so much.
I think I might have a similar cable at home using the (better) FTDI chipset. I’ll test and report back. Thanks so much!
… On Jun 17, 2021, at 12:30 PM, Dale Whinham ***@***.***> wrote:
The cable you linked does seem correct for going directly into a PC, the Amazon reviews also seem to confirm that it's good for "null modem" purposes, which I am pretty sure is what we want (TX/RX are swapped).
If you have a cable with a male connector, you'll probably need to add a null-modem cable (which should have two female ends) between it and the PC to get TX/RX swapped, or use something like this, which does the same job but in a smaller package: https://www.amazon.com/female-slimline-transfer-serial-adapter/dp/B075XHWVSJ
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
I've seen videos (and documentation) that connect MT32-Pi to a DOS PC using a simple RS232-to-TTL adapter. (ie. DOS PC Serial Port -> RS232/TTL Adapter -> MT32-Pi)
However, would it be possible to use a cable like this?
USB to RS232 Adapter with PL2303 Chipset
I'm wondering if a combination of SoftMPU (serial port mode) + RS232/TTL Adapter + MT32-Pi would work?
Beta Was this translation helpful? Give feedback.
All reactions