Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Strange javax.comm problem

Just to clarify,
we are using suns comm.jar, win32com.dll and in the javax.comm.properties we have
Driver=com.sun.comm.Win32Driver

/peter
-----Original message-----
From: Peter Neubauer peter@xxxxxxxxxxx
Date: Thu, 11 May 2006 16:22:14 +0200
To: equinox-dev@xxxxxxxxxxx
Subject: [equinox-dev] Strange javax.comm problem

> Hi,
> we are trying to communicate via the javax.comm interface with serial ports on windows. The strange thing is, everything works fine outside OSGi (Equinox). Exactly the same javax.comm.jar dropped into the Equinox root classloader or into a bundle does give us errors in the serial communication, essentially acks not coming in time so we have to resend them. 
> However, when we load the machine, e.g. have the Windows mediaplayer on without even music (!) everything works fine.
> We are really out in the dark here. Has anyone had similar problems and sohuld we try other serial comm implementations and which?
> 
> Thanks for hints on this!
> 
> /peter
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/equinox-dev
> 
> 
> 


Back to the top