Hello
There seems to be different methods to create a text file in C#.
I am getting a byte array from USB device. I need to store this as text file which is to be read, updated, and saved for future usage.
The data comes in different packets not in a single stretch.
which is the most suitable way for this purpose.
Thank you
Roy Thomas