scratch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
scratch [2016/05/01 17:57] adminscratch [2017/04/27 23:10] admin
Line 32: Line 32:
 (http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-4517-BUILD-514-linuxarm.tar.xz)\\ (http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-4517-BUILD-514-linuxarm.tar.xz)\\
 Einfach entpacken und ausführen. Einfach entpacken und ausführen.
 +
 +
 +====== Bluetooth RS232 Verbindung herstellen ======
 +
 +''
 +$ sudo hcitool scan\\
 +Scanning ...\\
 +00:02:C7:7D:F5:17 BlueGPS 7DF517\\
 +$ sudo rfcomm bind /dev/rfcomm0 00:02:C7:7D:F5:17 1\\
 +$ ls -l /dev/rfcomm0\\
 +crw-rw---- 1 root dialout 216, 0 2008-12-14 23:15 /dev/rfcomm0\\
 +''
 +
 +
 +====== Floppy auf 720 kB formatieren (USB-Laufwerk) ======
 +Von https://unix.stackexchange.com/questions/219533/how-to-format-720k-fat-ie-ms-dos-floppy-on-linux-using-usb-floppy-drive
 +
 +''
 +$ sudo ufiformat -f 720 -v /dev/xxx
 +''
 +
 +Danach mit mkfs.msdos Filesystem erstellen oder per dd beschreiben.
 +
 +''
 +$ sudo mkfs.msdos -I /dev/xxx
 +''
 +
  
  • scratch.txt
  • Last modified: 2019/03/10 13:03
  • by admin