[SOLVED] Serial Transfer JPEG from Arduino
in
Integration and Hardware
•
1 year ago
I am trying to send a jpeg image from an Arduino, over serial, to Processing. So far, I have pieced together some code using Arduino's DumpFile and Processing's PrintWriter. Unfortunately, what I'm receiving is not exactly the same as what I'm sending - similar, but not the same. Just looking at the two files in a text editor, some of the characters seem to have been "simplified" in transit. Any suggestions?
-Run the Processing sketch.
-Press the Arduino button to start sending jpeg.
-When transfer is complete (LED turns off), press any key in Processing sketch to finish saving file.
Processing:
|
Arduino:
|
1