ksksue / PhysicaloidLibrary

Android Library for communicating with physical-computing boards (e.g.Arduino, mbed)
http://www.physicaloid.com/
357 stars 151 forks source link

Support for CH340G Serial-to-USB Chips #30

Closed DRSDavidSoft closed 6 years ago

DRSDavidSoft commented 6 years ago

Some Arduino Clones use CH340G Serial to USB Chips, with DTR pin also connected.

Could you take a look at the following drivers and add it to Physicaloid? That way we can upload HEX files using both CP chips and CH34x chips.

/usbserial/driver/Ch34xSerialDriver.java

/usbserial/CH34xSerialDevice.java


Update: This issue already has a solution here: https://github.com/xxxajk/PhysicaloidLibrary/issues/2

DRSDavidSoft commented 6 years ago

Upon further inspection this fork seems to support CH340G: https://github.com/ideniden/PhysicaloidLibrary

shabadsobti commented 6 years ago

I was not able to get it to work. Any cues?

DRSDavidSoft commented 6 years ago

@shabad – https://github.com/xxxajk/PhysicaloidLibrary/pull/1#issuecomment-363651988

xxxajk commented 6 years ago

I'm quite busy at the moment working on some UHS30 code, some of which has been on hold for 1 year or more. Soon as I get a few things out of the way, I do plan on doing a push to the repo that includes some extras, such as serial over wifi/ethernet, and a serial on bluetooth skeleton. WinChip Head support is next on my list today.

xxxajk commented 6 years ago

Please carry on discussion here, as I am pretty sure that this account has been forgotten, and since I have been making more progress than anyone else with this library. Thanks!

DRSDavidSoft commented 6 years ago

PLEASE NOTE

→ This issue is now CLOSED here. ←

If the original author decides to come back from the dead at any moment, we'd like to encourage merging back the more active forks into the main branch.

Fore more information, click here: https://github.com/xxxajk/PhysicaloidLibrary/issues/2