Serial Port Support for Linux [message #32947] |
Wed, 01 August 2007 12:13 |
Eclipse User |
|
|
|
Originally posted by: swamy.mitre.org
Hello,
I just recently started working with Device Kit for a health care device
interoperability study and and ran into trouble using the built in
serial port driver in Linux.
It seems there isn't a driver provided for Linux in the Device Kit
plugin. Its looking to load a dkcomm.so. Is this provided elsewhere or
is there a workaround I can use?
Also I believe there is a bug in the load_from_bundle() function in
org.eclipse.soda.dk.comm.internal.Library. Its using,
String os = System.getProperty("osgi.ws");
to get the the operating system name. This returns 'gtk' in Linux
instead of 'linux'. I believe it should be
String os = System.getProperty("osgi.os");
Thanks,
Swamy
|
|
|
Powered by
FUDForum. Page generated in 0.05044 seconds