Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
More info please mate? Product info please.Again, everyone, I'm using an M1 Pro MacBook Pro with Windows 11 ARM with success using CP2102 and CH340G because both manufacturers have already released Windows 11 ARM official drivers. Feel free to visit their webpages and try their downloads
| | macOS screen | Debian screen | Win 11 ARM PuTTY |
| ----------------- | ------------- | ------------- | ---------------- |
| macOS `screen` | Y | | |
| Debian `screen` | N | 1 | |
| Win 11 ARM PuTTY | N | 2 | Y |
*Note 1:* Adding two serial ports to the guest Debian, and using two `screen`
instances to communicate with each, one screen shows nothing, the other shows
local echo and characters typed into the first.
*Note 2:* PuTTY seems to reliably show characters sent to it. Debian `screen`,
however, does not.
Connecting to emulated port #1 (`/dev/ttyAMA0`), Debian never shows characters
sent to it. Connecting to emulated port #2 (`/dev/ttyAMA1`), using the *same*
host port, show characters if they are typed slowly enough (much slower than
19200 baud). This behavior exhibits regardless of whether or not the remote end
is Debian `screen` or Windows PuTTY.
I should note that for a while, I was able to use FTDI's beta ARM drivers in Windows to connect the adapter directly to the guest OS. But after a Toolbox update, that stopped working, and no amount of reinstalling helped. The process was difficult, as their driver is not yet signed, and they don't want to support VMs.