Giter VIP home page Giter VIP logo

Comments (8)

MockbaTheBorg avatar MockbaTheBorg commented on August 21, 2024 1

Btw ... I have created a discord channel for RunCPM.

https://discord.gg/7aQAGG

I know Discord is a gaming platform, but I use it on a daily basis for both gaming and other projects, so it would make it easier for me to be available there.

from runcpm.

MockbaTheBorg avatar MockbaTheBorg commented on August 21, 2024

I wonder if transferring MBASIC.COM fails because of 8th bit stripping?
I wrote some programs long ago which are supposed to switch the console between 7 and 8 bits, they are called CONSOLE7 and CONSOLE8 (source code is there).
This is for when I was trying to have a zmodem transfer work between RunCPM and Putty. Which failed basically because I was never able to find a zmodem implementation, so I stuck to xmodem.
Give it a try there ...

from runcpm.

drawkula avatar drawkula commented on August 21, 2024

Btw ... I have created a discord channel for RunCPM.

:-(

I don't think that is a good idea. Spreading RunCPM related discussions over too many media will result it being incomplete everywhere. And stuff like Discord is less under our control than Git and friends.

What about a GitHub/GitLab-Wiki instead? It just would be a repository too so storage would be redundant and no evil provider could kill al the talk there.

from runcpm.

MockbaTheBorg avatar MockbaTheBorg commented on August 21, 2024

We can keep these here for our "offline" discussions, I thought of Discord to be more of an "online" channel, which GitHub lacks.
I have extreme OCD (just kidding), so seeing issues marked as open gives me itches ... lol.
Well ... between this and code compilation warnings ... I might actually have some level of OCD.

from runcpm.

drawkula avatar drawkula commented on August 21, 2024

Wouldn't IRC be easier to log and convert if something worth to be keept happens there? And those who are interested in CP/M sure can live with a pure text chat...

https://xkcd.com/1782

from runcpm.

moxhamj avatar moxhamj commented on August 21, 2024

Unload and Load seems to be a solution to the 7th bit problem. One thing that is nice about having several serial ports is I can swap between various terminal emulations and real terminals - eg STAT CON:=BAT: or STAT CON:=TTY:
In terms of OCD and issues being "open", you can close this one as it is 'resolved'. I'm working now on building several little terminals. I have a tiny 1" OLED display that only costs a few dollars and runs on the I2C bus and arduino nano - fantastic for quick testing. Working on larger VT100 terminals using various LCD screens. Today managed to get a PS2 keyboard remapped so the arrow and Home/End/Insert keys output Wordstar commands.
So you can close this issue as resolved.
The one that isn't fully resolved is moving in the official ESP32 SD driver into RunCPM so all the SD cards work properly. I have a feeling based on the demo code it might also run faster. I guess I have a bit of OCD too :)

from runcpm.

MockbaTheBorg avatar MockbaTheBorg commented on August 21, 2024

This is pretty cool. You should blog about it. (or brag about it, :))
The ESP32 boards are really cool. I think they can be considered the most useful platform RunCPM runs on.

from runcpm.

moxhamj avatar moxhamj commented on August 21, 2024

Update re Kermit. Using the generic version as no need to change things. At one end
KERMIT SEND MYFILE.TXT and at the other end
KERMIT RECEIVE MYFILE.TXT
But sometimes it would work and sometimes not. Of course, it helps to read the instructions (and to use some debug code). The answer is on page 16 of the Kermit Users Guide:
"The key point is to start the receiving end first -- some microcomputer Kermits do not include a timeout facility, and if the receiver is not ready to receive when the sender first sends, there will be a protocol deadlock."
Another thing buried in the instruction manual is that if you do start the Kermit programs in the wrong order and both programs are hanging, hit Enter on the sending Kermit. This wakes the receiver up by resending the start packet.
KERMIT.zip

from runcpm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.