serial port - how to save data from arduino into .YUV extension file? -


i getting data arduino mega serially thorough serial.write, want save data file .yuv extension. how accomplish that?

you need create program connects com port , reads serial data in arudino , saves to file stream. have sample project coded in c# here. includes both arduino program , program runs on computer. reading serial data in c# @ serialport class. don't have use c#, can use programming language supported operating system on computer.


Comments

Popular posts from this blog

python - argument must be rect style object - Pygame -

webrtc - Which ICE candidate am I using and why? -

c# - Better 64-bit byte array hash -