Cul v3 and ports used

I would appreciate some help here

I am using win7 as an operating system, and flip to load the busware.de cul v3 with its firmware. I think it worked as I have ATmega32U4 as a device and the 4 stages, according to flip (erase,blank check, program and verify) were successful… The device suggests that its on port 00003, group 00005. My ultimate objective is to set up a FHT system
I have loaded the MyUSB_USBtoSerial.inf file that came with cul, and using the free serial port software HW virtual serial port on COM3. I am also using the TTy emulator.PE connecting via the serial port COM3. All using port 3?

I loaded openhab2 as suggested in the tutorial, but seem to have a problem with CUL (see below)

2017-06-23 15:13:27.517 [WARN ] [io.transport.cul.CULLifecycleManager] - CUL config is NULL, doing nothing
2017-06-23 15:13:27.519 [INFO ] [ternal.serial.CULSerialConfigFactory] - Update config, baudrate = 38400
2017-06-23 15:13:27.520 [INFO ] [ternal.serial.CULSerialConfigFactory] - Update config, parity = NONE (0)
2017-06-23 15:13:30.730 [ERROR] [nding.network.service.NetworkService] - Cannot use DHCP listen: ATmega32u4
2017-06-23 15:13:33.295 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber ‘org.eclipse.smarthome.core.thing.link.ThingLinkManager@c6e74e’ takes more than 5000ms.
2017-06-23 15:13:45.192 [WARN ] [io.transport.cul.CULLifecycleManager] - Can’t open CUL
org.openhab.io.transport.cul.CULDeviceException: gnu.io.NoSuchPortException
at org.openhab.io.transport.cul.internal.serial.CULSerialHandlerImpl.openHardware(CULSerialHandlerImpl.java:110)[185:org.openhab.io.transport.cul:1.10.0.201706010110]
at org.openhab.io.transport.cul.internal.AbstractCULHandler.open(AbstractCULHandler.java:133)[185:org.openhab.io.transport.cul:1.10.0.201706010110]
at org.openhab.io.transport.cul.internal.CULManager.createNewHandler(CULManager.java:149)[185:org.openhab.io.transport.cul:1.10.0.201706010110]
at org.openhab.io.transport.cul.internal.CULManager.getOpenCULHandler(CULManager.java:84)[185:org.openhab.io.transport.cul:1.10.0.201706010110]
at org.openhab.io.transport.cul.CULLifecycleManager.open(CULLifecycleManager.java:86)[185:org.openhab.io.transport.cul:1.10.0.201706010110]
at org.openhab.io.transport.cul.CULLifecycleManager.config(CULLifecycleManager.java:74)[185:org.openhab.io.transport.cul:1.10.0.201706010110]
at org.openhab.binding.fs20.internal.FS20Binding.updated(FS20Binding.java:94)[183:org.openhab.binding.fs20:1.10.0.201706010110]

Caused by: gnu.io.NoSuchPortException
at gnu.io.CommPortIdentifier.getPortIdentifier(CommPortIdentifier.java:273)[182:com.neuronrobotics.nrjavaserial:3.12.0.OH]
at org.openhab.io.transport.cul.internal.serial.CULSerialHandlerImpl.openHardware(CULSerialHandlerImpl.java:86)[185:org.openhab.io.transport.cul:1.10.0.201706010110]
… 14 more
2017-06-23 15:13:45.200 [ERROR] [org.apache.felix.configadmin ] - [org.osgi.service.event.EventHandler, org.osgi.service.cm.ManagedService, id=291, bundle=183/mvn:org.openhab.binding/org.openhab.binding.fs20/1.10.0-SNAPSHOT]: Unexpected problem updating configuration org.openhab.fs20
java.lang.NullPointerException
at org.openhab.io.transport.cul.CULLifecycleListenerListenerRegisterer.open(CULLifecycleListenerListenerRegisterer.java:21)[185:org.openhab.io.transport.cul:1.10.0.201706010110]
at org.openhab.io.transport.cul.CULLifecycleManager.open(CULLifecycleManager.java:92)[185:org.openhab.io.transport.cul:1.10.0.201706010110]
at org.openhab.io.transport.cul.CULLifecycleManager.config(CULLifecycleManager.java:74)[185:org.openhab.io.transport.cul:1.10.0.201706010110]

So my problem areas are that I was not able to communicate with the USB with the TTY emulator, got no response to “V” or “X01”. I am not sure that I am using the right port, also I am not sure that I specified the right name in openhab things. I used ATmega32U4 and port 3. I notice others have used “ttyACM0”

Your help would be very much appreciated. Thanks, David

As said above I am using win7.

I have now re=installed the software on the Busware USB stick and its installed as a device called com6. Using a terminal emulator I can get output in FHT80 format. So I think that I have solved one problem.

In fht.cfg and fs80.cfg I have
housecode=DC70
device=serial:/dev/ttyAMA0
baudrate=9600
parity=NONE

I have found the version 1.9 bindings for cul and FHT and they are in the addons folder; but I still get the “can’t open cul” message.I have spent so much time on this reading other’s suggestions but not for windows. Please help

2017-07-10 16:33:21.164 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'default.items’
2017-07-10 16:33:21.673 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'demo.items’
2017-07-10 16:33:21.966 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'fht.items’
2017-07-10 16:33:21.989 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'fs20.items’
2017-07-10 16:33:35.619 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'fht.rules’
2017-07-10 16:33:37.367 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model ‘fht.sitemap’ has errors, therefore ignoring it: [4,13]: mismatched input ‘label’ expecting ‘{’

2017-07-10 16:33:37.552 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'fs20.sitemap’
2017-07-10 16:33:37.580 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'default.sitemap’
2017-07-10 16:33:37.676 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'demo.sitemap’
2017-07-10 16:33:42.165 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at /start
2017-07-10 16:33:42.628 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app
2017-07-10 16:33:42.856 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
2017-07-10 16:33:42.949 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel
2017-07-10 16:33:43.350 [WARN ] [io.transport.cul.CULLifecycleManager] - CUL config is NULL, doing nothing
2017-07-10 16:33:43.356 [INFO ] [ternal.serial.CULSerialConfigFactory] - Update config, baudrate = 9600
2017-07-10 16:33:43.357 [INFO ] [ternal.serial.CULSerialConfigFactory] - Update config, parity = NONE (0)
2017-07-10 16:33:43.938 [INFO ] [rvice.dhcp.ReceiveDHCPRequestPackets] - DHCP request packet listener online
2017-07-10 16:33:43.938 [WARN ] [io.transport.cul.CULLifecycleManager] - CUL config is NULL, doing nothing
2017-07-10 16:33:49.005 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber ‘org.eclipse.smarthome.core.thing.link.ThingLinkManager@1f1a2f3’ takes more than 5000ms.
2017-07-10 16:34:02.024 [WARN ] [io.transport.cul.CULLifecycleManager] - Can’t open CUL
org.openhab.io.transport.cul.CULDeviceException: gnu.io.NoSuchPortException
at org.openhab.io.transport.cul.internal.serial.CULSerialHandlerImpl.openHardware(CULSerialHandlerImpl.java:110)[185:org.openhab.io.transport.cul:1.10.0.201706010110]
at org.openhab.io.transport.cul.internal.AbstractCULHandler.open(AbstractCULHandler.java:133)[185:org.openhab.io.transport.cul:1.10.0.201706010110]
at org.openhab.io.transport.cul.internal.CULManager.createNewHandler(CULManager.java:149)[185:org.openhab.io.transport.cul:1.10.0.201706010110]
at org.openhab.io.transport.cul.internal.CULManager.getOpenCULHandler(CULManager.java:84)[185:org.openhab.io.transport.cul:1.10.0.201706010110]
at org.openhab.io.transport.cul.CULLifecycleManager.open(CULLifecycleManager.java:86)[185:org.openhab.io.transport.cul:1.10.0.201706010110]
at org.openhab.io.transport.cul.CULLifecycleManager.config(CULLifecycleManager.java:74)[185:org.openhab.io.transport.cul:1.10.0.201706010110]
at org.openhab.binding.fs20.internal.FS20Binding.updated(FS20Binding.java:94)[183:org.openhab.binding.fs20:1.10.0.201706010110]