Skip to main content



      Home
Home » Archived » OHF » Serial Port Support for Linux
Serial Port Support for Linux [message #32947] Wed, 01 August 2007 12:13
Eclipse UserFriend
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
Previous Topic:Serial Port Support for Linux
Next Topic:Server update?
Goto Forum:
  


Current Time: Sat Jul 05 04:25:46 EDT 2025

Powered by FUDForum. Page generated in 0.05044 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top