We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
nkasse
export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib cbmctrl detect cbmctrl dir 8 cbmcopy -w 8 nkasse
The text was updated successfully, but these errors were encountered:
See also https://spiro.trikaliotis.net/debian and https://software.opensuse.org/download.html?project=home%3Astrik&package=opencbm for installing opencbm.
Sorry, something went wrong.
Thanks! I’m thinking about buying a xum1541 adapter, because it seems handy to use in the future to update the software.
No branches or pull requests
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:
Zum Schreiben von
nkasse
auf die Floppy:The text was updated successfully, but these errors were encountered: