001package jmri.jmrix.lenz.lzv200; 002 003/** 004 * Provide access to XpressNet via the built in connection 005 * on the LZV200. This connection is a copy of an LIUSB with 006 * an FTDI Virtual Com Port. 007 * 008 * @author Paul Bender Copyright (C) 2005-2010,2019 009 */ 010public class LZV200Adapter extends jmri.jmrix.lenz.liusb.LIUSBAdapter { 011 012 public LZV200Adapter() { 013 super(); 014 //option1Name = "FlowControl"; // NOI18N 015 //options.put(option1Name, new Option(Bundle.getMessage("XconnectionUsesLabel", Bundle.getMessage("IFTypeLZV200")), validOption1)); 016 //this.manufacturerName = jmri.jmrix.lenz.LenzConnectionTypeList.LENZ; 017 } 018 019}