File Transfer Pt 2 - Using FMaven from Briggsoft to transfer files from DOS to Linux #DOScember
In this video I demonstrate how you can transfer files from an old DOS Computer onto a modern Linux Computer using FMaven and a serial og parallel cable and DOSBOX.
#doscember #retrocomputing #preservation
0:00 Intro
1:27 Cheers and happy youletide
1:43 Installing DOSBOX and FMaven on my Linux Laptop
6:14 Configuring FMaven and connection the two systems
7:45 Transferring the files
8:58 Eating chocolate and drinking coke
9:25 A fat guy on YouTube just lost 25kg this year :-D #notahealthchannel
10:22 "Back in the old days..."
11:00 File transfer completed - inspecting the result
Link to my video about interlnk and intersvr from Microsoft: https://www.youtube.com/watch?v=fMGMIk5Ye8M
1: Download FMAVEN from https://www.briggsoft.com/fmdos.htm
2: Create directory for use as c-drive
mkdir /home/mike/dos
unzip ../../Downloads/fmav35a.zip
3: Grant yourself access to the serialport
sudo usermod -a -G dialout mike
newgrp dialout
4: Install DOSBOX
sudo apt install dosbox
dosbox -printconf
5: Edit config-file
vim .dosbox/dosbox-0.74-3.conf
Locate the line in the [serial] block who says "serial1=dummy" and change it to:
serial1=directserial realport:ttyUSB0
and go to the [autoexec] block and add:
mount c ~/dos