Jump to content

USBASIX.OS2: Difference between revisions

From EDM2
No edit summary
Line 50: Line 50:


'''/BAUD:<baud>'''
'''/BAUD:<baud>'''
;Sets the serial Port to the specified speed. Only valid if /COM is specified first.
:Sets the serial Port to the specified speed. Only valid if /COM is specified first.
 
==Versions==
==Versions==
{|class="wikitable"
{|class="wikitable"

Revision as of 23:59, 12 September 2023

This is an NDIS driver for the Asix family of USB to Ethernet adapters. Created by Arca Noae.

Supported Devices

        07B8:420A ABOCOM UF200
	1189:0893 ACERCM EP1427X2
	05AC:1402 APPLE ETHERNET
	0B95:1720 ASIX AX88172
	0B95:7720 ASIX AX88772
	0B95:772A ASIX AX88772A
	0B95:772B ASIX AX88772B
	0B95:7E2B ASIX AX88772B_1
	0557:2009 ATEN UC210T
	08DD:90FF BILLIONTON USB2AR
	13B1:0018 CISCOLINKSYS USB200MV2
	07AA:0017 COREGA FETHER_USB2_TX
	2001:1A00 DLINK DUBE100
	2001:3C05 DLINK DUBE100B1
	2001:1A02 DLINK DUBE100C1
	1631:6200 GOODWAY GWUSB2E
	04F1:3008 JVC MP_PRX1
	17EF:7203 LENOVO ETHERNET
	077B:2226 LINKSYS2 USB200M
	0411:003D MELCO LUAU2KTX
	0846:1040 NETGEAR FA120
	1557:7720 OQO ETHER01PLUS
	6189:182D SITECOM LN029
	086E:1920 SYSTEMTALKS SGCX2UL
	0B95:1780 ASIX AX88178
	050D:5055 BELKIN F5D5055
	04BB:0930 IODATA ETGUS2
	1737:0039 LINKSYS4 USB1000
	046D:0160 LOGITEC LAN_GTJU2A
	0411:006E MELCO LUA3U2AGT
	14EA:AB11 PLANEX3 GU1000T
	0DF6:061C SITECOMEU LN028
	0DF6:0056 SITECOMEU LN031

Parameters

/V
Display informational messages during boot.

Additional debugging options

/W
Causes the debug buffer to wrap. The default is nowrap.

/COM:<port>

Causes debug messages to be output to the specified serial port.
1=0x3f8, 2=0x2f8, 0xnnnn specifies the COM port base address.

/BAUD:<baud>

Sets the serial Port to the specified speed. Only valid if /COM is specified first.

Versions

Date Version Size Comments
2022-11-26 12.14 35,251 bytes Arca Noae USB drivers

Links