Hearsay
Colin (478) 2433 posts |
Connecting to raspian on a pi sudo raspi-config looks like this for me – do you have chars missing? What are you connecting from? removed Picture of connector window |
Ronald (387) 195 posts |
Iyonix, have the latest from XAT installed already. By doing TERM=ansi on the raspbian, you get the full colour version in Connector, but still my text is cropped. It may be just a fault in that version Raspbian. |
Rick Murray (539) 13840 posts |
I’d imagine most BBSs these days work on telnet. It gives global access without call costs. Plus, with more and more services switching to VoIP, that’s going to be a problem for modems. I managed to get my Minitel working over VoIP, but that’s 1200/75. I rather doubt 14k4 (or better) would be happy… There were four primary BBS servers for RISC OS:
Unfortunately, all are still stuck in the 26 bit era. In theory ARCbbs and ArmBBS could be ported as they’re mostly written in C, but attempts to obtain sources have led to the usual destination…nowhere. As for a 32 bit native system, well, there is one. It’s a “work in progress” that has been rumbling around for, well, something like five-odd years. It may be ‘finished’ one day. ;-)
Arcade is out of service. Disc failure for the filebase, plus the fact that maintaining an ancient system on ancient hardware is probably not worth the while for the four or five users that still connected in.
1.64ß32c (1995/04/19) is the one I have here. It’s not freely available.
Your modem should be doing that. It’s not the job of the serial lead. But these days, serial connections are usually for other devices. Usually logging into a console. Because modems? Who uses those these days? |
Colin (478) 2433 posts |
it looks like the it’s just being cropped. I presume the small 3’s are vertical lines? If you spool the output – drag menu→spool to the ram disc issue sudo armbian-config so that it shows your cropped text, stop the recording (under the status bar). Now if you look at the spool file does it show any text not displayed? On the plus side I’ve just discovered that I can set function keys from the Special option on the status bar so can ignore the phone book. |
Ronald (387) 195 posts |
Yes it displays the same as yours, there is positional differences in the text blocks. |
Colin (478) 2433 posts |
I’ve been looking for a way to do that but it’s not working correctly in htop – so more work needed. It does work if I connect to my orangepipc, which defaults to ansi, and ssh to the pi. |
Colin (478) 2433 posts |
There’s something weird going on when you set TERM=ansi. alsamixer is sending C4 in Unicode for a horizontal line. &2500 is Unicode for horizontal line C4 is horizontal line in the ansi character set. |
Ronald (387) 195 posts |
Sorry I’m lost, alsamixer, audio? |
Colin (478) 2433 posts |
raspi-confi works fine. alsamixer at the command prompt shows no lines only characters – it won’t in your version anyway – but for example the pi is sending &C4 as 2 Unicode bytes. &C4 isn’t a Unicode horizontal line &2500 is. &C4 is a horizontal line in Connectors ANSI character set so setting TERM=ansi appears to have upset the character encoding. htop also has problems. Neither have problems if you don’t use TERM=ansi |
Ronald (387) 195 posts |
You can make custom terminal data files for Linux to suit I think. |
Colin (478) 2433 posts |
The good news is putty on windows displays the same |
Rick Murray (539) 13840 posts |
With my (small) experience of Linux, that’s probably exactly what you’ve told it to do. You have specified the character set is ANSI, so it is using ANSI. Somewhere else you’ll have specified that the character encoding is UTF-8, so it is using UTF-8. |
Colin (478) 2433 posts |
You are probably right. Anyway TERM=Linux works nicely. |
Colin (478) 2433 posts |
Connector-1_09_02 fixes the remaining display issues I’ve seen. I’ve set the default config with the function keys for TERM=Linux. |
Ronald (387) 195 posts |
TERM=Linux That has to be linux not Linux unless things have changed. |
Colin (478) 2433 posts |
Yes linux. So basically you are saying If I’m going to improve one of these programs you would prefer it was hearsay? I picked connector as it was easier to get into though I agree the lack of 132 column mode is a problem. Changing settings in hearsay is so awkward, I need to work out how to run 2 versions of hearsay on the same machine for example. I think David wrote it to stop kids from messing things up – certainly stopped me :-) |
Ronald (387) 195 posts |
If I’m going to improve one of these programs you would prefer it was hearsay? Not at all, in fact there seems to be endless settings in Linux that I would look at first. An expert could tell us, but things like tmux can be specified to ASCII and terminfo -a vt100-colour are things that I have only googled not investigated yet. |
Colin (478) 2433 posts |
The 132col mode is nice – the 24 lines seems hard wired but may be changeable
If you look a *cat devices: SerialUSB devices are listed from SerialUSB to SerialUSBnnn where nnn is a number 1 for each device. As you plug devices in and out nnn changes.
Turned out to be easier than expected I’ve been able to modify the !Serialdev file to auto detect if a SerialUSB device is available and use that otherwise use the Internal32 driver. I’d like to thank Rick Murray for scanning the manual but scold him for not typing it in so I could search it – well he does type fast :-) |
Rick Murray (539) 13840 posts |
At least, that’s what I think it was on my PVR.
Oh, do drop it somewhere, that sounds like a useful snippet to have.
Thank David, he sent it to me. All I did was put each page on my printer scanner glass and poke the “Next” button. ;-)
Not that fast! It’s a shame the original documents (FrameMaker?) have been lost to time… |
Colin (478) 2433 posts |
HsySerialDev.zip. It replaces SerialDev. It prefers SerialUSB devices so if you want Internal32 either start another instance of hearsay until you get the internal serial device or unplug the USB devices. You may as well have a copy in case I lose it trying to get Hearsay to compile. |
Colin (478) 2433 posts |
I mean’t hardwired in hearsay. |
Rick Murray (539) 13840 posts |
Yeah, it’s pretty much described as such on page 61, with the 132 column option appearing a few pages later. |
Chris C. (2322) 197 posts |
I’m able to connect to my Cisco routers/switches with !Connector now. I can’t seem to get a serial session open with !Hearsay yet. SerialUSB drivers working well on my PandaBoard ES. |
Chris C. (2322) 197 posts |
Figured out the !SerialDev file and !Hearsay is working for me now. |
Ronald (387) 195 posts |
Rick was right about us telling linux to do two things. to turn off utf8 and use ansi: |