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

c# - Better 64-bit byte array hash -

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

php - Zend Framework / Skeleton-Application / Composer install issue -