在 linux 上连接(RS232 到 USB)电缆

connect (RS232 to USB )cable on linux

我有一个用于 pic 微控制器的 JDM 编程器,但它带有 RS232 端口 我买了一条 RS232 转 USB 电缆及其驱动程序,仅适用于 windows,我使用的是 xubuntu 14.04LTS 我试过 dmesg 和 lsusb ,它显示电缆已连接 但是当我尝试将 hex 文件刻录给程序员时,它给了我这个输出

<p><b>PICPgm Development Programmer Version 2.8.1.0
http://picpgm.picprojects.net
Copyright 2002-2014 Christian Stadler (picpgm@gmx.at)
(built on Dec 29 2014 at 22:32:45)
==================================================================

Autodetecting Programmer ...

Warning: Unable to open parallel port I/O driver!
         Installing driver requires admin/root rights!

Error! PIC Programmer not found! Check connection!</b></p>

好的。 1. JDM 编程器使用来自真正串行端口的电压来提取对任何 PIC 控制器进行编程所需的 VPP 和 VDD。无论您尝试什么,您购买的 USB2RS232 适配器都无法在 Win 或 Linux 上运行。如果您是笔记本电脑的不幸用户,那么您唯一的选择是 buy/build 使用外部电源的 USB 编程器。 2. rrror 消息来自于您没有配置您的编程器 corectly.In PicPGM 的硬件部分您必须配置您的编程器和定时器。请查阅 PicPGM 手册和网站。