嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 5 元微信扫码支付:5 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
TSN Switch SJA1110 参数配置工具
很实用的 HOST 主机侧 TSN Switch 参数配置工具,需要授权才能得到哦
.
├── TSN Switch SJA1110 参数配置工具.rar
└── sja1110evm_hosttools_v1.2
├── LA_OPT_NXP_Software_License.htm
├── README.txt
├── SJA1110EVM
│ ├── EVM
│ │ ├── __init__.py
│ │ └── sja1110evm.py
│ ├── SJA1110
│ │ ├── __init__.py
│ │ ├── cb_sg_ir.py
│ │ ├── cb_sr.py
│ │ ├── dpi.py
│ │ ├── dpi_datatypes.py
│ │ ├── dpi_ethtypes.py
│ │ ├── dpidefines.py
│ │ ├── dynTable.py
│ │ ├── l2Lookup.py
│ │ ├── l2_management_lookup.py
│ │ ├── l2policing.py
│ │ ├── sja1110.py
│ │ ├── sja1110defines.py
│ │ ├── tables_sja1110_revA.py
│ │ ├── tables_sja1110_revB.py
│ │ └── vlanLookup.py
│ ├── blink_alive.py
│ ├── coresoftware
│ ├── dump_butterfly.py
│ ├── enable2V5Ldo.py
│ ├── example_dpi_table.py
│ ├── example_l2_lookup_table.py
│ ├── example_l2_management_table.py
│ ├── example_l2policing_table.py
│ ├── example_load_sw.py
│ ├── example_vlan_lookup_table.py
│ ├── probe_ftdi.py
│ ├── read_deviceid.py
│ ├── read_dpi_table.py
│ ├── read_highlevel_diagnostic_registers.py
│ ├── read_l2_lookup_table.py
│ ├── read_l2_management_lookup_table.py
│ ├── read_vlan_lookup_table.py
│ ├── setup_sja1110evm.py
│ ├── sja11xx_ftdi4232.py
│ ├── switchconfigurations
│ │ ├── sja1110_evm_simple_sw1_A.hex
│ │ ├── sja1110_evm_simple_sw1_B.hex
│ │ ├── sja1110_evm_simple_sw2_A.hex
│ │ └── sja1110_evm_simple_sw2_B.hex
│ ├── three_color.py
│ ├── write_dpi_table.py
│ ├── write_l2_lookup_table.py
│ ├── write_l2_management_lookup_table.py
│ └── write_vlan_lookup_table.py
├── SW_Content_Register_sja1110.txt
├── licenses
│ ├── ftd2xx
│ │ ├── LICENSE
│ │ └── README.rst
│ ├── ptable
│ │ └── COPYING
│ └── win32con
│ ├── License.txt
│ └── PSF-2.0.txt
└── modules
├── __init__.py
└── common.py
11 directories, 56 files