<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>DIY编程器网 - ch341a编程器及设备维修</title>
    <link>http://diybcq.com/forum.php?mod=forumdisplay&amp;fid=100</link>
    <description>Latest 20 threads of ch341a编程器及设备维修</description>
    <copyright>Copyright(C) DIY编程器网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 16 Jul 2026 23:58:04 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://diybcq.com/static/image/common/logo_88_31.gif</url>
      <title>DIY编程器网</title>
      <link>http://diybcq.com/</link>
    </image>
    <item>
      <title>Diy8Programmer ch347f编程器擦除fm25040不成功（bug）</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=149006</link>
      <description><![CDATA[bug： ch347f编程器擦除fm25040不成功
这个问题主要是前面优化提速导致的
延深考虑，该是spi eeprom和spi fram都有可能受影响
表现就是看着擦除了，实际还有数据或者擦除时卡死
解决方法就是选择spi 速度30Mhz即可

这个问题，以后在界面直接选择操作时钟时再一起 ...]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Tue, 23 Jun 2026 02:43:56 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer遥控测码，批量测试畅想（待完善）</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=149005</link>
      <description><![CDATA[基于全部串口测试功能可以一次测试多个编程器的串口，那我们的遥控测码是不是也可以同时批量测试呢
这是不错的想法，当然也是可以实现的，而且还可以一个遥控器一按键，全部待测的编程器可以同时识别并可以和锁定的码比对
就是同时打开这么多端口，并同时处理解码数据 ...]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Tue, 23 Jun 2026 01:26:29 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer全部串口自检，批量测试应用</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=149004</link>
      <description><![CDATA[全部串口自检，当初看着这个功能都做出来了就留着吧，想不到还有额外应用，如批量测试应用
例如我们可以外接usb hub，然后查一堆待测试串口的设备，然后一次就完成了全部测试，而且还能全部获取知道哪个没过，例如我们的编程器批量测串口就方便快捷多了
不过还没有定 ...]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Tue, 23 Jun 2026 01:13:41 +0000</pubDate>
    </item>
    <item>
      <title>diy8programmer-2.1.2.79软件下载</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=149003</link>
      <description><![CDATA[具体更新看置顶更新贴]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Tue, 23 Jun 2026 00:45:27 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer子窗口语言化同步bug</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=149002</link>
      <description><![CDATA[bug：子窗口语言化同步
后面添加的窗户，当切换语言时，不能同步切换，退出软件重新打开就切换对应语言了
这个主要是语言国际化处理的代码没有同步处理对应的窗口，只需要将没有的窗口处理代码补上就好了
切换语言后，子窗口都会即时切换对应语言]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Mon, 22 Jun 2026 22:45:49 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer弹出窗口全部置顶处理</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=149000</link>
      <description><![CDATA[以前弹出的查找芯片，脚本编辑等窗口，点到主窗口就看不到，这个主要是弹出窗口未置顶导致
现在改进下该功能，不管怎么点，弹窗永远置顶于主窗口，这样不会遮挡出现]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Fri, 19 Jun 2026 10:11:45 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer填充数据功能速度改进</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=148999</link>
      <description><![CDATA[以前填充功能主要是直接操作编辑器的缓存，所以填充大数据时明显感觉到卡顿
现在改进算法，直接操作内存变量，速度不是一个量级了
快不快直接看下图即可，64M的缓存数据基本秒填充（改进前差不多20秒）]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Fri, 19 Jun 2026 09:00:58 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer软件针对优化下，ch347t和ch347f编程器速度对比下</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=148998</link>
      <description><![CDATA[软件针对ch347t和ch347f编程器优化下，主要是ch347t需要处理下识别bug，所以理想速度大概30Mhz时钟这样
ch347f没有这个限制，所以可以设置最高速60Mhz这样，但是使用上有可能出现不稳定的情况（现象就是读写时可能卡死）
速度对比下，做成表格容易对比（芯片w25q64fw ...]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Fri, 19 Jun 2026 01:02:03 +0000</pubDate>
    </item>
    <item>
      <title>ch347f编程器，支持1.8v2.5v3.3v5v,样板焊接测试</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=148997</link>
      <description><![CDATA[急急忙忙打样的，所以这一版印字有点问题，并且有根线忘连了

那个k1的印字说明字体反了

复位电路部分有根线忘记连上]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Thu, 18 Jun 2026 07:56:30 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer解决ch347t avc版选择型号不切换对应电压（bug）</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=148995</link>
      <description><![CDATA[bug：ch347t avc版选择型号不切换对应电压
表现就是识别型号后，编程器电压还在3.3v左右，假如芯片电压是1.8v或者5v等时，电压没有切换 到对应的
按正常的理解该是选择对应型号后就切换到对应芯片的电压
（手动切换的就靠用户自己提前拨动对应电压位置）
其他读写校 ...]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Tue, 16 Jun 2026 02:21:09 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer在量产编程器测试中的功能与实现</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=148994</link>
      <description><![CDATA[量产编程器时，最主要和最耗时的过程，而且可以通过软件来实现的，那就是测试
贴装可以用贴片机，直插件焊接只能人工（除非尽量不用直插件），回流过程出现的连锡和立碑现象这个也只能人工
然后就是最后测试环节，这个基本占量产过程的1/3～1/2，人工费基本在这上了
 ...]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Mon, 15 Jun 2026 23:53:14 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer加入红外测码功能（待完善中）</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=148988</link>
      <description><![CDATA[为了使用方便，直接使用我们的编程器的测码功能时有提示，我们加入了这个功能

哎，编程能力有限，直接串口捕获红外编码数据还是有问题，后期慢慢完善吧
那个遥控分析软件修正.exe到底是多少波特率来采样捕获数据的呢，有哪位可以解说下原理
或者有什么软件来探查下 ...]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Tue, 09 Jun 2026 10:13:36 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer加入串口自检功能</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=148986</link>
      <description><![CDATA[以前串口自检都是使用第三方的测试串口的软件，比较麻烦，而且有些人不会也找不到
现在我们自带这个功能了
菜单-》选项-》串口自检

会自动测试常用的波特率
当然你的自己将编程器的J1用跳线帽短接TXD和RXD

全端口扫描并自检，这个扫描电脑所有能用的端口，并尝 ...]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Mon, 08 Jun 2026 23:58:28 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer解析SFDP参数表</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=148981</link>
      <description><![CDATA[只解析几个需要的参数，其他的可能还有错，也没显示的就暂时搁置]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Tue, 02 Jun 2026 01:55:53 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer解析ONFI参数</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=148980</link>
      <description><![CDATA[上次只完成了读取ONFI参数表，一下没找到表结构，所以也不算全部完成，现在终于可以解析数需要的参数了]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Sun, 31 May 2026 15:15:53 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer探测芯片型号的功能选择</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=148979</link>
      <description><![CDATA[探测芯片型号的功能选择，只要勾选需要探测的类型即可，如24xx系列，都选24那个即可
到底是选择菜单来里功能勾选呢还是直接放界面上
放菜单里简单，但是用了几天感觉太麻烦了，看不到还得点一下菜单，选择要探测的项还得点2次鼠标，有时不确定还得再点开看看，实在受 ...]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Sun, 31 May 2026 00:02:26 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer解决ft232h编程器写93cxx系列提示字节数不一样（bug）</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=148978</link>
      <description><![CDATA[（bug）ft232h编程器写93cxx系列提示字节数不一样
这个主要是写入函数没有返回数导致的，且只有ft232h编程器受影响，只是提示问题，不影响写入正常

修改函数返回代码后，计数正常了

这个问题在原版asprogrammer加入ft232h支持后一直存在，很多衍生版也一样存在
 ...]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Sat, 30 May 2026 14:03:28 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer保存hex文件太占硬盘空间提醒</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=148977</link>
      <description><![CDATA[hex文件对于小容量的很实用，但是对于大容量的就划不来了，基本上hex文件是bin的3倍左右，非常浪费硬盘空间的
所以我们做了个提示，转换超过8M容量的文件就出现提示
bin的8M，hex就差不多24M了

当然你偏要转也可以，选yes即可]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Sat, 30 May 2026 03:29:42 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer输出hex文件地址错误和校验和出错（bug），已修复</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=148976</link>
      <description><![CDATA[（bug）转hex后输出地址跨段后忘记扣除段地址
（bug）校验和计算错误，主要是用Hi和Lo函数获取高低字节导致累加的是字节的数值而不是地址的数值

重写计算算法，已修复]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Sat, 30 May 2026 02:47:48 +0000</pubDate>
    </item>
    <item>
      <title>Diy8Programmer支持直接拖拽烧录文件并打开功能</title>
      <link>http://diybcq.com/forum.php?mod=viewthread&amp;tid=148975</link>
      <description><![CDATA[有人想方便的拖个文件就直接打开，免得一路找路径的烦恼
看看这是不是你需要的功能
自动识别拖入的文件类型，支持的就打开，不支持的就提示错误]]></description>
      <category>ch341a编程器及设备维修</category>
      <author>liyf</author>
      <pubDate>Fri, 29 May 2026 17:16:31 +0000</pubDate>
    </item>
  </channel>
</rss>