A Basic server for the Zephyr BlueTooth Bioharness
Package : Created: September 20, 2008
See the documents here: ??? NDA required @author Brad Zdanivsky
3839404142434445464748
Device device = new HrmDevice(deviceName); return device; } if (type == PrototypeFactory.BIOHARNESS) { Device device = new BioharnessDevice(deviceName); return device; } // ensure is a com port in properties String com = constants.get(ZephyrOpen.com);