The info I linked to is correct:
diysolarforum.com
They call it RS485 because the RS485 adapter plugs in there (the 4 pin socket), but the signal at that port is UART/TTL, and can therefor be connected to a UART/TTL to USB converter. I have this also mentioned on my Github, and have Python code there to talk to the BMS:
github.com
The CAN bus (3 pin socket) is only present if this is explicitly enabled, which it is not by default (at least not last time I checked).

Hankzor JK BMS with screen and power button
silicone wire Thanks. I was hoping there was someplace in North America that had it stocked already.

They call it RS485 because the RS485 adapter plugs in there (the 4 pin socket), but the signal at that port is UART/TTL, and can therefor be connected to a UART/TTL to USB converter. I have this also mentioned on my Github, and have Python code there to talk to the BMS:
GitHub - PurpleAlien/jk-bms_grafana: Read data from a JK BMS and graph it in Grafana
Read data from a JK BMS and graph it in Grafana. Contribute to PurpleAlien/jk-bms_grafana development by creating an account on GitHub.
The CAN bus (3 pin socket) is only present if this is explicitly enabled, which it is not by default (at least not last time I checked).