Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation: writing files to C1541 floppy #48

Open
stapelberg opened this issue Nov 4, 2023 · 2 comments
Open

documentation: writing files to C1541 floppy #48

stapelberg opened this issue Nov 4, 2023 · 2 comments

Comments

@stapelberg
Copy link
Member

Auf der RGB2Rv23 haben wir einen XUM1541-Adapter (USB) benutzt um die neue Kassensoftware auf die Floppy zu kriegen mithilfe eines 1541 Laufwerks.

Dazu muss man die Software OpenCBM nutzen: https://github.com/OpenCBM/OpenCBM/blob/master/xum1541/README.txt

Zum Kompilieren von OpenCBM:

make -f LINUX/Makefile opencbm plugin-xum1541
sudo make -f LINUX/Makefile install install-plugin-xum1541
sudo cp ./xum1541/udev/45-opencbm-xum1541.rules /etc/udev/rules.d

Zum Schreiben von nkasse auf die Floppy:

export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib
cbmctrl detect
cbmctrl dir 8
cbmcopy -w 8 nkasse
@sur5r
Copy link
Member

sur5r commented Nov 6, 2023

See also https://spiro.trikaliotis.net/debian and https://software.opensuse.org/download.html?project=home%3Astrik&package=opencbm for installing opencbm.

@stapelberg
Copy link
Member Author

Thanks! I’m thinking about buying a xum1541 adapter, because it seems handy to use in the future to update the software.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants