Created
January 25, 2017 19:36
-
-
Save karussell/a44b824e314f59cfca0468a73bb8afc4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d |
Author
karussell
commented
Jan 25, 2017
•
Alternative possibility without root
#!/bin/bash
ln -s /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0 ~/.wine/dosdevices/com1
printf "\n\n[Hardware\\\Devicemap\\\Serialcomm] 1231984861\n\"Serial0\"=\"COM1\"\n" >> ~/.wine/system.reg
wine "C:\Program Files (x86)\mblock\mBlock.exe"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment