-->
Page 3 of 58

Re: ESPlorer — Next Generation IDE for ESP8266 developers

PostPosted: Tue Dec 16, 2014 5:38 am
by uhrheber
4refr0nt wrote:ESPlorer use jSSC library for serial communications. This library contain C/C++ modules for several platform, not for all.


I know. As I said, I was just kidding, because you already support all major platforms, so little are left.
The situation with Android is even more complicated, as most Android devices don't come with drivers for common USB to serial bridges.
So you have to handle them as generic USB devices, and use your own routines to access them.
Which means a lot of work to the developer, especially if you want to support all of them. Some of them, like the now popular CH340,
seam to be completely unsupported.
Same thing goes for other USB devices, like USB sound adapters. Only special apps support them.
Android L is supposed to support USB sound devices, but I haven't heard anything about USB serial ports.
Maybe it works with CDC devices (which most USB to serial chips aren't).

Re: ESPlorer — Next Generation IDE for ESP8266 developers

PostPosted: Tue Dec 16, 2014 7:10 am
by uhrheber
p.s. I just noticed that there is a Ch341 driver (which covers also the CH340) in Google's Android sources.
It's just that most manufacturers don't include it. So if you have a rooted phone/tablet, it is possible to compile and add this driver.
But I guess it's a lot of work and not straight forward.

Re: ESPlorer — Next Generation IDE for ESP8266 developers

PostPosted: Tue Dec 16, 2014 8:35 am
by ok1cdj
Great tool... I'm running on Linux Debian 64 bit.. I have problem with upload files to ESP. File is crated on ESP fs, but not content is uploaded and Esplorer say:
SendToESP: Waiting answer from ESP - Timeout reached. Send aborted.

I tried to play with timeout settings in app, but without succes...

Any idea how to solve the problem ???

Thank you...

Re: ESPlorer — Next Generation IDE for ESP8266 developers

PostPosted: Tue Dec 16, 2014 11:34 am
by hreintke
LS,
Same issue here. Transfer to and from esp never succeeds.

BTW. Also looking for a way to "type a command"and send just that to the esp.
There is a tab snippets which might just do that but that is greyed out.

Herman