Open GoogleCodeExporter opened 9 years ago
Just to clarify: I do ensure that the port is not in use by another program.
Original comment by gerh...@wearethevoters.com
on 2 May 2014 at 10:28
Definitely a serial driver issue... however:
Please try on Win7 or Win8... XP is End Of Life opsys, so winGUI will not
support it in the future.
Original comment by eosba...@gmail.com
on 2 May 2014 at 10:34
If it was a serial driver issue then the Conf utility would also fail. As it is
only this program fails. I suspect that the highest port supported will be
com15 (4 bit storage).
Original comment by gerh...@wearethevoters.com
on 3 May 2014 at 9:40
MultiWiiConf uses Java with the provided Java serial library.
WinGUI uses direct .NET serial library which connects directly to FTDI drivers
Com port number passed as a string so it is not a port number issue (my test
enviroment uses com49.....
Original comment by eosba...@gmail.com
on 3 May 2014 at 9:56
I do not have the source to look at, but I would be really surprised if Java
did not use the installed device drivers, especially as it is portable between
many platforms. As far as this problem is concerned, both Conf and the Arduino
IDE work fine and all the other bits of software I have that use serial/USB
communication, so I would be amazed if it is a driver problem. This GUI program
is the first software that does not work, so I strongly suspect a problem in
the software.
Note that I realise you do this for free and I am not ungrateful, just trying
to sort out the problem. I would be happy to provide debug information if there
is anything I can do to document the problem better. Unfortunately I am a Linux
user and have only got a Windows partition for programs that don't run under
Linux or in Wine under Linux.
Original comment by gerh...@wearethevoters.com
on 3 May 2014 at 2:29
Original issue reported on code.google.com by
gerh...@wearethevoters.com
on 2 May 2014 at 10:17