eightbitswide

Results 5 comments of eightbitswide

Need the following "like" commands: (Hope this makes sense) OPEN {speed,parity,bit,stop} OPEN 9600,N,8,1 GET #{port},A$ GET#1,A$ (Does not wait for A$ "") PRINT #{port},A$ STAT #{port},A (CONNECT,DCD,DTR)

There may be some useful code which could be pulled from CCGMS 19 https://csdb.dk/release/?id=173065

[https://github.com/sblendorio/petscii-bbs/blob/master/src/main/java/eu/sblendorio/bbs/tenants/WordpressProxy.java](url)

Ah, misunderstood. Hackaday is a good example. My own BBS News is also running on Wordpress. Both of them create walls of text inside the BBS. www.hackaday.com, and www.c64.xyz --...

Made the following changes to **WordpressProxy.java** _(see remarks on 3 lines)_ Solves the problem. No more wall of text. ![Screenshot from 2020-04-30 14-06-14](https://user-images.githubusercontent.com/37991003/80743936-e1e43b00-8aeb-11ea-9b64-8e6fc44cf2f7.png)