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
Post a Comment