Moschip USB to Ethernet driver Introduction ============ This is an NDIS driver for the Moschip family of USB to Ethernet adapters. This driver supports the following adapters. USBID 9710:7730 Moschip MCS7730 USBID 9710:7830 Moschip MCS7830 USBID 9710:7832 Moschip MCS7832 USBID 0DF6:0021 SiteCom LN030 This driver has been tested on a 9710:7830 device. Copyrights and Licensing ======================== Copyright (c) 2021-2024 David Azarewicz All rights reserved. Copyright (C) 1992, 2000-2001 IBM Corporation. All rights reserved. Binary programs and documentation for the USB drivers are licensed to and distributed by Arca Noae, LLC. Important! By downloading or using this software, you acknowledge that you have read and consent to the license agreement contained in the separate License.txt file, that you understand it, and that you agree to be bound by its terms. Installation ============ This driver can be installed during operating system installation, or by using the Network Adapters and Protocols tool (naps.exe). The USB Warpin installer only copies the driver files to your system. After the driver files are on your system, run the Network Adapters and Protocols utility (naps.exe or System Setup->Adapters and Protocols) to set up the network driver as usual. Then reboot. If you are already using this driver, then the USB Warpin installer will update the files on your disk and there is no need to reinstall. The new driver will be used when you reboot. Note that the device must be plugged in before booting in order to operate properly. Getting Support and Reporting Problems ====================================== For more information and to report problems please visit: https://www.arcanoae.com and click on SUPPORT. Or go directly to the USB support wiki at: https://www.arcanoae.com/wiki/usb/ Driver Command Line Options =========================== Option Description ------------------------------------------------------------------------------ /V Display informational messages during boot. Additional debugging options: /BP Execute a int 3 breakpoint immediately upon parsing this switch. /W Causes the debug buffer to wrap. The default is nowrap. /COM: Causes debug messages to be output to the specified serial port. 1=0x3f8, 2=0x2f8, 0xnnnn specifies the COM port base address. /BAUD: Sets the serial Port to the specified speed. Only valid if /COM is specified first. Network Configuration Options ============================= These options can be specified in protocol.ini: NETADDRESS This parameter overrides the network address of the network adapter. The value of this parameter is a hexadecimal string of 12 digits. The address must be unique among all other network adapter addresses on the network. Example: NETADDRESS = "00133ba810e1" MODE Options: "10HALF", "10FULL", "100HALF", "100FULL" This parameter specifies the link speed and connection type. If not specified, it defaults to autodetection. Example: MODE = "10HALF" Although the different MODE options have been implemented none have been tested. Use of a MODE option is not recommended. The best option is always the default of autodetection.