-
It would be very helpful, if tio supported not only X/Y/Z-Modem, but also in-line kermit transfers.
Some u-boot builds support only kermit, and running external executable (like c-kermit) is quite in…
aoand updated
2 months ago
-
Hi David,
Hope you're doing well. I've been having trouble getting clean recordings of some Northstar hard sectored disks. They're DSDD MFM encoded disks as far as I can tell. I have a few .flux imag…
-
well, huge thanks to merlyn's help, now that can boot simh into the same tops-10 'simh decwar' env he uses - time to look onward to next steps
looks like being able to use kermit to move .for and .…
-
The current release of Regina REXX doesn't support being cross-compiled for other architectures (ARM, ARM64, IA64), or being built with compilers older than probably Visual C++ 2005. This means that c…
-
I had some difficulty when trying to use a USB Serial device on Windows 11 recently. PuTTY would connect to it but CKW Beta.04 just reported an error.
Could be user error, or a windows 11 incompati…
-
When two identical assertions are requested, it has an `MessageObservedException` exception. The sample code is as follows:
```Python
from durable.lang import *
with ruleset('animal'):
# wil…
-
[Windows 3.1](https://winworldpc.com/product/windows-3/31) (and later, including [Windows for Workgroups 3.11](https://winworldpc.com/product/windows-3/wfw-311)) can run 32-bit apps, provided they are…
-
in the kermit crc computation, a 0xFFFF mask is used, but when checking with the C lib at
https://github.com/lammertb/libcrc/blob/master/src/crckrmit.c
in the same funciton, the mask used is 0x00…
-
Error is reproduceable. Using Ubuntu Linux with current CKERMIT Version, but older Versions until 9.305alpha2 don't work too.
Transfer is done within CKermit from Linux PC to a 2nd (8bit) Machine wit…
-
I want to use durable-rules for my python application. After the data analysis, the rule will be fired from durable. So I want to write all the durable-rules in a separate package and call them to the…