Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glitch in PETSCII rendering #7

Open
sblendorio opened this issue Dec 6, 2020 · 1 comment
Open

Glitch in PETSCII rendering #7

sblendorio opened this issue Dec 6, 2020 · 1 comment

Comments

@sblendorio
Copy link

sblendorio commented Dec 6, 2020

Hi uploaded and configured VTXClient at this URL:
https://www.sblendorio.eu/vtx/

You can try interacting with it: sometimes chars are rendered, but most of times no, only blank space in place of every char.

The "reference" output is here (it's a full C64 emulation):
https://bbs.retrocampus.com/

Websocket is at wss://bbs.sblendorio.eu:8080
Corresponding "vanilla" socket is at bbs.sblendorio.eu:6510

Those are parameters I used in index.html:

    var vtxdata = {
        sysName:        "Retrocampus BBS online",
        wsConnect:      "wss://bbs.retrocampus.com:8080",
        term:           "PETSCII",
        codePage:       "C64",
        autoConnect:    0,
        telnet:         1,
        wsProtocol:     'bbs',
        wsDataType:     'arraybuffer',
        fontSize:       '24px',
        fontName:       'UVGA16',
        crtCols:        40,
        crtRows:        25,
        crtHistory:     25,
        xScale:         2,
        initStr:        "",
        defPageBorder:  232,
        defPageBG:      0x10,
        defCrsrFG:      0x07,
        defCrsrAttr:    [ 'thick', 'horizontal' ],
        defCellFG:      0x07,
        defCellBG:      0x00,
        defCellAttr:    []
    };
</script>
@sblendorio
Copy link
Author

BTW... I noticed that switching from full-screen to non-ful-screen and vice-versa, "lost" characters appear, so it seems to be a refresh issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant