Search found 1 match
- Tue Dec 04, 2018 4:23 pm
- Forum: Programs, Libraries and Tools
- Topic: Painless geany editing of SD files for PYBv1.1
- Replies: 0
- Views: 13269
Painless geany editing of SD files for PYBv1.1
My host is a Raspberry Pi running raspian. I keep master copies of the code destined for the target in ~/uPy. The script to run the console interface is in ~/bin/uPcomm: [code] #!/bin/sh # connect to uPy board screen /dev/ttyACM0 [/code] The script to edit the local copy of 1 file and copy it to the...