Writing Text FIle Into SD Card

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
GiSa_4520796
Level 4
Level 4
First like received

Hi,

Can I use file systems called streamwriter and streamreader in FX3S device to write a text file into SD Card.

Regards,

Srujana.

0 Likes
1 Solution
YashwantK_46
Moderator
Moderator
Moderator
100 solutions authored 50 solutions authored 50 likes received

Hi Srujana,

There's no support for using StreamReader or StreamWriter in FX3S or any examples as such.

You would need to get an in-depth understanding of both the System.IO classes and the MSC system calls inorder to implement a host application on your own which can help you with your application.


Regards,Yashwant

View solution in original post

0 Likes
1 Reply
YashwantK_46
Moderator
Moderator
Moderator
100 solutions authored 50 solutions authored 50 likes received

Hi Srujana,

There's no support for using StreamReader or StreamWriter in FX3S or any examples as such.

You would need to get an in-depth understanding of both the System.IO classes and the MSC system calls inorder to implement a host application on your own which can help you with your application.


Regards,Yashwant

0 Likes