# busmaster **Repository Path**: siogian/busmaster ## Basic Information - **Project Name**: busmaster - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-12-03 - **Last Updated**: 2024-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NeoBusmaster ============ 这是从 Fork 出来的项目,由于官方的 busmaster 仓库似乎已经不再维护,在这里,我想延续它。 不得不承认,这是一个极其复杂的工程,由于其原本采用的技术和开发工具都已经很古老,这里将尝试使用这些开发工具中较新的版本,不可避免的会遇到一些问题,然后尝试去解决它。 从 Visual Studio Community 2013 到 Visual Studio Community 2019 --------------------------------------------------------------- 使用 Visual Studio Installer (Visual Studio 安装程序),工作负载选择"使用C++的桌面开发",一般的 MFC 组件不会被默认选中,你需要在右侧安装详细信息列表中将其选中。你不必再单独下载适用于 Visual Studio 2019 的 MFC 多字节支持,其已经包含在 MFC 组件中。 Installation of Additional Libraries ------------------------------------ Description This section describes about the installation of additional libraries required for compiling BUSMASTER and its dependency projects. Busmaster 原文: > Support to IXXAT hardware The following steps should be followed to compile CAN_IXXAT_VCI project in BUSMASTER. • Download and install IXXAT VCI drivers from the following link • Set Windows environment variable 'IXXAT_VCI_SDK' with the path to the VCI header files (e.g. IXXAT_VCI_SDK = "C:\Program Files\IXXAT\VCI 3.5\sdk\Microsoft_VisualC"). • Restart the computer after performing the above two steps 你可以在下面的链接中找到最新的支持 VCI V4 的安装文件。 最直接的下载链接为: 值得注意的是, 安装时必需要选中 SDK -> SDK VCI (C),构建 CAN_IXXAT_VCI 项目时要用到其中的头文件。 安装完成后,系统环境变量会自动增加 VciSDKDir,用来替代 IXXAT_VCI_SDK。