Open5
Macで3DプリンターM508からプログラムを吸い取りたい
を参考にavrdudeのパスを追加した後、以下を実行しました。
cd /Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin
avrdude -C ../etc/avrdude.conf -F -v -p m1284p -c arduino -P /dev/cu.usbserial-14140 -b 115200 -D -U flash:r:old-printer.bin:r
しかし、
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "../etc/avrdude.conf"
User configuration file is "/Users/*****/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/cu.usbserial-14140
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x73
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x74
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x61
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x72
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x74
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x0d
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x0a
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x49
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x6e
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x66
avrdude done. Thank you.
と出て、保存先として指定したはずのファイルもなく、おそらく吸い取りは失敗しているよう。
CH341のドライバーを入れるも失敗
3DプリンターM508を使ってます。
近接センサーを取り付けようとしてM508のファームウエアを書き換えようとして
失敗しました。
今は液晶に何も表示されなくなって使えなくなってしまいました。
M508にファームウエアを入れる方法等わかりませんか?
素人がする事じゃないのはわかってますが、教えて欲しいのですが
やったことがないのでわかりませんが、3D プリンタ ALUNAR M508 のファームウェアを最新のものにするあたりを参考にすると良いと思います。
ファームウエア書き換えはなんとか出来たのですが、オートレベリングが上手く行きません。
近接センサーを使い四苦八苦してます。