kn1cht / CH375_Arduino_sample

CH375 USB Module with Arduino
MIT License
2 stars 0 forks source link

CH375B module can work using serial convertor #1

Open prasadjain05 opened 5 years ago

prasadjain05 commented 5 years ago

can i use CH375B USB Bus General Interface Module without controller i tried but does not give data from usb drive...????

kn1cht commented 5 years ago

@prasadjain05 Actually, I could not read data from USB drive through CH375. Getting status of USB device was successful, but getting descriptor failed with error.

ch375_result.png

Finally I gave up using this module and bought Arduino USB Host Shield.

kn1cht commented 5 years ago

@prasadjain05 Some information page of CH375, for your reference https://www.electrodragon.com/w/CH340

prasadjain05 commented 5 years ago

@kn1cht thank you CAN YOU GIVE ME DETAILS ABOUT HEX YOU GET FROM THE CH375b WHEN SEND COMMAND SINCE I GOT REPLY FOR CMD= 0X22 WHICH IS 28ff AND IM UNABLE TO UNDERSTAND IT

kn1cht commented 5 years ago

@prasadjain05 Details of commands are in this datasheet (pp. 3-9). The list of reply for 0x22 is on p.9.

According to the datasheet, 0x28(00101000) is an error code and stands for "device return over time, no return."