CP2102是一款USB转TTL电平的USB转串口芯片,百度网站上的驱动不是病毒就是安装后无效,经同事推荐去官网下载后成功连接。
官网地址:https://www.silabs/products/development-tools/software/usb-to-uart-bridge-vcp-drivers
打开上述链接,按照自己系统下载驱动,并解压和安装。
比如:win7 64位系统的下载后打开图中的“CP210xVCPInstaller_x64.exe”,即可安装成功。
default_pre .= 'list_404.htm'; break; default: $pre .= $default_pre .= theme_mode_pre(); break; } if ($config['theme']) { $conffile = APP_PATH . 'view/template/' . $config['theme'] . '/conf.json'; $json = is_file($conffile) ? xn_json_decode(file_get_contents($conffile)) : array(); } !empty($json['installed']) and $path_file = APP_PATH . 'view/template/' . $config['theme'] . '/htm/' . ($id ? $id . '_' : '') . $pre; (empty($path_file) || !is_file($path_file)) and $path_file = APP_PATH . 'view/template/' . $config['theme'] . '/htm/' . $pre; if (!empty($config['theme_child']) && is_array($config['theme_child'])) { foreach ($config['theme_child'] as $theme) { if (empty($theme) || is_array($theme)) continue; $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . ($id ? $id . '_' : '') . $pre; !is_file($path_file) and $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . $pre; } } !is_file($path_file) and $path_file = APP_PATH . ($dir ? 'plugin/' . $dir . '/view/htm/' : 'view/htm/') . $default_pre; return $path_file; } function theme_mode_pre($type = 0) { global $config; $mode = $config['setting']['website_mode']; $pre = ''; if (1 == $mode) { $pre .= 2 == $type ? 'portal_category.htm' : 'portal.htm'; } elseif (2 == $mode) { $pre .= 2 == $type ? 'flat_category.htm' : 'flat.htm'; } else { $pre .= 2 == $type ? 'index_category.htm' : 'index.htm'; } return $pre; } ?>
CP2102是一款USB转TTL电平的USB转串口芯片,百度网站上的驱动不是病毒就是安装后无效,经同事推荐去官网下载后成功连接。
官网地址:https://www.silabs/products/development-tools/software/usb-to-uart-bridge-vcp-drivers
打开上述链接,按照自己系统下载驱动,并解压和安装。
比如:win7 64位系统的下载后打开图中的“CP210xVCPInstaller_x64.exe”,即可安装成功。
发布评论