djuseeq / Ch376msc

Arduino library for CH376 mass storage contoller
MIT License
77 stars 17 forks source link

File not created on my pendrive but read works on serial monitor #45

Closed Aravinthkalai1 closed 3 years ago

Aravinthkalai1 commented 3 years ago

It's working fine on serial monitor ever functions works fine but when I eject Pendrive and insert it into my pc there are no files created! am using windows 10 64bit please help me to sort out the issue.

djuseeq commented 3 years ago

Hi. Yes, that is a known problem with modules which have a chip with obsolete firmware. Please check your chip's firmware version, calling getChipVer() function and print it on serial terminal. Please read the possible solution here .

Aravinthkalai1 commented 3 years ago

It's working fine. I just formatted my Pendrive with Active@ Partition Manager, thank you for your guidance.