Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WioTerminal cannot read/write sd card content #16

Closed
konikoni428 opened this issue Jan 25, 2025 · 4 comments
Closed

WioTerminal cannot read/write sd card content #16

konikoni428 opened this issue Jan 25, 2025 · 4 comments

Comments

@konikoni428
Copy link

Describe the bug
When I try to read/write the SD card in WioTerminal, it does not execute correctly.
No files are written to the SD card when writing, and nothing can be read from the PC when trying to read written files.

It works fine when v2.1.1 is installed, but not with 2.1.2.

To Reproduce
Steps to reproduce the behavior:

  1. Install v2.1.2 Seeed_Arduino_FS library
  2. Run ReadWrite example

Expected behavior
v2.1.2 output(error case)

initialization done.
Writing to hello.txt...done.
hello.txt:

v2.1.1 output(expected)

initialization done.
Writing to hello.txt...done.
hello.txt:
hello 1, 2, 3.
@konikoni428
Copy link
Author

I don't see the 2.1.2 tag, but is it not the intended release?

There is a v2.1.2 release for the Arduino Library Manager.
https://docs.arduino.cc/libraries/seeed-arduino-fs/

@ackPeng
Copy link

ackPeng commented Feb 5, 2025

@konikoni428 There is indeed something wrong with the V2.1.2 downloaded from the Arduino IDE. It seems that we withdrew it after the release, and the Arduino side is not synchronized. It should work normally using the current code on github. You can use the code on the current github to complete your work. We will resubmit a version of the code to Arduino soon, so stay tuned.

@ackPeng
Copy link

ackPeng commented Feb 6, 2025

@konikoni428 The new version can be downloaded on the Arduino IDE. It has been tested and works normally. This issue will be closed soon. If there are any new problems, you can resubmit an issue.

@konikoni428
Copy link
Author

@ackPeng

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants