c++ - In ubuntu mount virtual device programaticly for arduino SD card -
the idea simple. have arduino device communicate computer through serial port. arduino has connected sd card , annoying extract card every time need edit files in it. print out info functions serial.print(...)
, recive computer serial.read(...)
question howcan mount virtual device , set communication commands read , write on card without extracting every time? i'm not affraid learn , have experience in c/c++ language. tell me should start looking. thanks.
Comments
Post a Comment