Solution for XPROG-M Unknown command Software error

Here is the solution for XPROG-M Unknown command Software error.

Xprog-m programmer 5.0 is installed on win7 x 32bit, adobe reader 10. Update ok. But it runs error : unknown command: Software error.


I use UPA-USB Device Programmer v1.2 to repair my xprog 5.0.
1. Erase Chip (Atmega64)
2. Lock Bytes all True before Programming and fuse bytes
3.Write Flash
4.Write EEprom
5.After write flash and eeprom configurate Lock Bytes
Solved!

And i also found another way in web, is to use UPA-USB Device Programmer v1.2 too, but to update 5.5 to 5.5.1
(i haven’t tried this)
1. Erase chip atmega 64
2. Program eeprom , Flash
3. Set Lock bits and fuse bits. Program lock bits, fuse bits.
4. Copy Xprogbox 5.51 to C:\ and run Xprognew.reg
5. Run XprogDesktop.exe and update.

Many users have already successfully updated v5.0 to 5.5.1.
working ECU:
1.All works ok cas 2 cas3 read and write in first time
2.old xprog-m 5.0 now have the 5.51 version successfully installed!, already tested with Infineon xc23xx, Mac7242, SPI, I2C, Microwire eeproms, some 9S12, HC11, HC05 and TMS. Works great, verify error also fixed with update. Before this update, it can’t read/write the HC05H12, now it’s working!. All authorizations activated.

时间: 2024-08-05 15:48:49

Solution for XPROG-M Unknown command Software error的相关文章

Xprog 5.5.1 fix xprog-m 5.0 software error and authorization error

Important Note: I am not stating or encouraging you operate by following the next steps to update from Xprog 5.0 to Xprog 5.5.1 if you do not have knowledge and skills to remove the chip, otherwise it may screw up the chip. The information provided h

mysql导入时出现"ERROR at line : Unknown command '\''."的解决办法

使用mysqldump -uroot -p123456 databases > /home/databases.sql 进行备份 在使用mysql -uroot -p123456 databases  < /home/databases.sql 进行mysql恢复的时候,出现如下报错. ERROR at line 79: Unknown command '\0'. 上述错误,是因为导出时字符集的问题,解决方法如下:--default-character-set=utf8 在导入时加上mysql

mysql 数据库还原出错ERROR:Unknown command &#39;\&#39; mysql中断

其实造成这个问题的原因还是由于编码的问题,网站数据库设置的是gbk 的,mysql默认是gbk:但是在导出数据的时候导出了utf8的sql文件,不管我如何重新导入,在连接数据库后使用set names utf8:都不行,如果用gbk导入一是一直是乱码也会出错,在网上找了好久刚好有个和我一样的问题 .她的解决方法如下 在连接服务器端时命令中指定编码,如下形式 >mysql -uroot -pxxxxxx --default-character-set=utf8 我试了不行,出错,提示mysql默认

Appium报错: An unknown server-side error occurred while processing the command. Original error: java.lang.SecurityException: Injecting to another application requires INJECT_EVENTS permission

Appium 运行start session时报错An unknown server-side error occurred while processing the command.Original error: Error executing adbExec.Original error: ‘Command ‘‘D:\Program Files (x86)\Android-SDK\sdk\platform-tools\adb.exe’-P 5037 -s e3172f55 shell pm

linux下配置QT5.12 ERROR: Unknown command line option &#39;-no-xcursor&#39;.!

xcursor是个什么东西.为什么会报错,怎么处理!在qt的autoconfigure.sh中添加下三条命令都不行.提示不认识-no-xcursor或者不认识nomake命令. -no-xcursor -no-xfixes -no-xrandr -no-xrender -no-separate-debug-info -no-fontconfig \-nomake examples -nomake tools -nomake tests -no-iconv \ linux下配置QT5.12 ERR

redis.clients.jedis.exceptions.JedisDataException: ERR unknown command &#39;PSETEX&#39;

在spring中 针对 RedisTemplate类: private RedisTemplate<String, String> template; 当调用下面方法 template.opsForValue().set(key, value,times, timeUnit); 当指定timeUnit为TimeUnit.MILLISECONDS 将抛出下面异常 redis.clients.jedis.exceptions.JedisDataException: ERR unknown comm

Unknown command &#39;flushall&#39; reading the append only file

为了redis cluster禁用一些危险命令,使用的方法都是在配置文件中增加以下内容: rename-command flushall hufuflushall rename-command flushdb hufuflushdb rename-command keys hufukeys 这就带来了问题,在服务器以外重启后,会造成cluster中redis服务启动不了,而且还会报" Unknown command 'flushall' reading the append only file&

执行manage.py syncdb提示Unknown command: &#39;syncdb&#39;

1. 实验环境 ubuntu14.4 + django1.9.7 2. 问题描述 在配置完数据库mysite/settings.py后,通常需要运行 python manage.py syncdb 为数据库中每个应用建立一个数据库表.然而如果你安装的Django Version >= 1.9,那么会出现如下问题: [email protected]:~/django_try/mysite$ python manage.py syncdbUnknown command: 'syncdb'Type

执行python manage.py syncdb,报Unknown command: &#39;syncdb&#39;

D:\Python27\Lib\site-packages\django\bin\T_project>python manage.py syncdb Unknown command: 'syncdb' Type 'manage.py help' for usage. 解决方案: 在Django 1.9及未来的版本种使用migrate代替syscdb D:\Python27\Lib\site-packages\django\bin\T_project>python manage.py migra