HeyuX10Automation / heyu

Heyu source code
GNU General Public License v3.0
57 stars 27 forks source link

Upload not work with pl2303 prolific chipset - works with pl2303 FTDI chipset (current testing release) #30

Open zonedgopher opened 3 years ago

zonedgopher commented 3 years ago

The tests are performed with the currently posted version of testing 2.11-rc3. I have attached a file with the test scenarios screen output. File is self explanatory. The attached shows that when the pl2303 device with prolific chipset is used the, upload command fails. When the pl2303 device with FTDI chipset is used, upload command works properly. Thanks out.txt

jkrzyszt commented 3 years ago

Thanks for reporting.

For clarification: pl2303 is a name of a Linux driver / module for usb-serial adapters based on a Prolific chipset. For devices with a FTDI chipset there is a separate driver / module ftdi_sio.

zonedgopher commented 3 years ago

The prolific adapter I am using (that fails to work with upload command in the tests above) is a "Trendnet" model TU-S9. The FTDI chipset adapter I am using that works is a "Gearmo" DB-9 920K

zonedgopher commented 3 years ago

The attached file has the result of the "lsusb" command for the prolific adapter "Trendnet"

chip.txt

jkrzyszt commented 1 year ago

Related to #22, resolved in Heyu 2.10.2 (Revert "Drop millisleep(10) from xread() not only on Darwin"). Open for 2.11+.