Telnet into linux terminal from BBC B issues

comms devices, modems, serial links, terminal software, BBS's, memories from the past, Prestel/Micronet etc
Post Reply
coxs
Posts: 29
Joined: Sun Mar 03, 2019 6:06 pm
Contact:

Telnet into linux terminal from BBC B issues

Post by coxs »

Hey everyone,

I've got my beeb connected to a zimodem and use Commstar

I installed telnetd on a linux machine and was able to telnet into it i can do basic commands fine but whenever i try to open any program even nano it gives me an error with terminal type zimodem.

Is there something i can change on the zimodem or the telnetd service on linux?

It would be amazing to be able to use lynx so i could go on the web from the beeb.

Any help would be much appreciated.
User avatar
egrath
Posts: 76
Joined: Thu Feb 03, 2022 7:49 pm
Location: Steyr, Austria
Contact:

Re: Telnet into linux terminal from BBC B issues

Post by egrath »

I don't know exactly what kind of terminal Commstar supports, but i assume it's at least ansi compatible. Can you run applications like nano after issuing the following command:

Code: Select all

export TERM=ansi
If so, put the above line into your

Code: Select all

~/.profile
This file gets executed every time you log on. A other common option for the terminal setting is

Code: Select all

vt100
but it all depends on the capabilities of your terminal emulator.
>>>>>>>>>>>Lets go
brianmartin_2001
Posts: 420
Joined: Mon Jun 14, 2021 7:39 pm
Contact:

Re: Telnet into linux terminal from BBC B issues

Post by brianmartin_2001 »

I assume you are using Commstar in a 40 or 80 column mode
I e modes 0,1,3,4 or 6 but not Mode7.

I can telnet into my Rpi4 using tcpser and works very well but the Lynx browser didn't work too well with my Beeb albeit it did work, just wasn't very useable... Lots of garble and links missing.

This is a good vid from OzretroComp that might help also...apologies if you have seen already.

See how you get on and post back

https://youtu.be/O5aK8YtY7FY
Sysop of (the Night Owl BBS) nightowlbbs.ddns.net:6400
coxs
Posts: 29
Joined: Sun Mar 03, 2019 6:06 pm
Contact:

Re: Telnet into linux terminal from BBC B issues

Post by coxs »

Thanks to the help provided here i have managed to get nano working i had to set it to dumb terminal on linux as ther vt100 and ansi were giving me garbage characters.

I have checked the commstar manual and it can do vt100 emulation but that has to be loaded in from a file that is 'sold separately' and i cannot find it anywhere online.

Working as a dumb terminal lots of software such as lynx and gopher are unusable but at least it is a step forward.

Thank you for your help
User avatar
sweh
Posts: 3315
Joined: Sat Mar 10, 2012 12:05 pm
Location: 07410 New Jersey
Contact:

Re: Telnet into linux terminal from BBC B issues

Post by sweh »

FWIW the ROM version of BBC Kermit can emulate vt52
Rgds
Stephen
Post Reply

Return to “communications”