| Home | WikiLEC | Repairs | Upgrades | Gallery | Buy & Sell | Mountain Chips | Meets & Events | Contact |
|
Moderators: theelanman, dapinky, Specky, clemo, Nige, Sy V, Dave Eds, DaveT, Elanlover, muley, Enright, algirdas, nitroman, GeoffSmith
RonR wrote:But Chris, There are still plenty of people using serial comms, e.g. the millions of Arduino users, and there's nothing in the hardware stopping this working, I've seen the data going to & fro.
It's just a bug in the USB drivers that's causing it not to work.
Our biggest problem is to identify which driver / drivers are at fault and then getting the relevant companies to fix the bug.
All 3 interfaces I've tried produce exactly the same results, so I'm pretty sure the problem's not the fault of the Interface makers, but either M*cros0ft or the USB3 chip /driver manufacturers (In my case, Intel).
void loop () {
while (Bluetooth.available()) {
while (Bluetooth.available()) {
Serial.write(Bluetooth.read());
}
delay(2);
}
Serial.flush();
while (Serial.available()) {
while (Serial.available()) {
Bluetooth.write(Serial.read());
}
delay(2);
}
Bluetooth.flush();
}Yeah! That's pretty bold!matts1972 wrote:I know this is a bold statement: Elanscan works with classic serial interfaces only by accident.
chrism wrote:This sounds like good news, Matts.
Could it simply be a matter of adding this into the 'Elanscan' software that we currently download, calling it Elanscan1 (say), reloading this software then carrying on as normal with whatever version of windows we choose?
It'd be good if we could - or am I missing something?
Simon_P wrote:Yeah! That's pretty bold!
I hadn't, I was just concerned that you might be going off at a tangent as the serial comms bit stuck in my mind as having been quite well defined.matts1972 wrote:I know - and please don't get me wrong
As do I, I'm currently trying to find an OBD2 program that even begins to be as useful. Anyone have any suggestions I'd like a PC version as I like doing the analysis on a big screen rather than phone.matts1972 wrote:I truly love Elanscan and it is the most usable car diagnostic software that I have ever seen.
ESM wrote:I posted details of RS232-USB converters that use the FTDI chip in the ElanScan topic. Look here for suitable gear. The best way to be sure a converter uses the FTDI chip, where the blurb doesn't say, is to download the drivers and have a look at the files - some have 'FTDI' included in their filename.<br><br>I didn't need to rewrite ElanScan with an interface based on the FT232BM chip because it has virtual port drivers for it - so it looks like a serial port in software even if one doesn't physically exist.
Simon_P wrote: I hadn't, I was just concerned that you might be going off at a tangent as the serial comms bit stuck in my mind as having been quite well defined.
Simon_P wrote:And if we do hear back from you then it works but it doesn't mean that you are right. I much prefer negative feedback! (Pun intended )
to all who I have offended by questioning Elanscan and also to Ron who obviously went to hell and back investigating the actual issue.great! (I'm just about keeping up!)matts1972 wrote:I have installed a COM-Port bridge (com0com)
so does that mean its working as normal in 22H2 for you? I had a Windows update yesterday.matts1972 wrote: Elanscan worked fine to begin with
great to see you back with negative feedback, pretty sure that you haven't offended anyonematts1972 wrote: to all who I have offended
chrism wrote:We have choices now.
Simon_P wrote:so does that mean its working as normal in 22H2 for you? I had a Windows update yesterday.matts1972 wrote: Elanscan worked fine to begin with

Users browsing this forum: No registered users and 3 guests