https://github.com/pexmor/esx_serial
https://github.com/pexmor/esx_serial
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pexmor/esx_serial
- Owner: PexMor
- Created: 2018-08-30T13:08:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T13:10:34.000Z (almost 8 years ago)
- Last Synced: 2025-10-23T02:47:54.359Z (9 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESX_Serial
```
Serial Port 1: Use network
Status: Connect at power on
Connection: Direction: Server
Port URI: telnet://vSPC.py:13370
[x] Use Virtual Serial Port Concentrator
vSPC URI: telnet://192.168.199.30:13370
```
```
./vSPCClient smartproxyrh1-imp
...here is the text from remote…
vspc> close
quit: exit the client
continue: exit this menu
print-escape: send the escape sequence to the VM
vspc> quit
```
The WUI is not able to parse vSPC.py rather it requires URL (telnet://vSPC.py:13370), has to be fixed in the library lib/telnet.py
```
BASENAMEX = 'telnet://vSPC.py:13370' - string matching
```
[https://github.com/shaozi/vSPC.py](https://github.com/shaozi/vSPC.py)