Page 2 of 8

Re: Huge problem with GT2560 board

Posted: Thu Mar 23, 2017 3:46 am
by hawth725
Get the Pronterface. Use COM3 and BAUD of 250000 to connect. That's the only software that can talk to my board. You can use the GCode directly to send a command to your printer. Once you're connected, send the M503 to the command line to see the current status of your motherboard. If the screen populates with EEPROM config data that was set to your board, the problem would be your main firmware and not the USB chip. But first, you have to make sure that you downloaded the latest FTDI driver to your computer to properly set the COM ports.

Re: Huge problem with GT2560 board

Posted: Thu Mar 23, 2017 5:11 am
by jfotopoulos
hawth725 wrote:Get the Pronterface. Use COM3 and BAUD of 250000 to connect. That's the only software that can talk to my board. You can use the GCode directly to send a command to your printer. Once you're connected, send the M503 to the command line to see the current status of your motherboard. If the screen populates with EEPROM config data that was set to your board, the problem would be your main firmware and not the USB chip. But first, you have to make sure that you downloaded the latest FTDI driver to your computer to properly set the COM ports.
This is great info...but I am not a developer :D . Could you help me out with some examples? GCode to use? It will be a great help...

Re: Huge problem with GT2560 board

Posted: Thu Mar 23, 2017 5:48 am
by jfotopoulos
hawth725 wrote:Get the Pronterface. Use COM3 and BAUD of 250000 to connect. That's the only software that can talk to my board. You can use the GCode directly to send a command to your printer. Once you're connected, send the M503 to the command line to see the current status of your motherboard. If the screen populates with EEPROM config data that was set to your board, the problem would be your main firmware and not the USB chip. But first, you have to make sure that you downloaded the latest FTDI driver to your computer to properly set the COM ports.
Take a look it doesn't connect at all...I did exactly what you said...

Re: Huge problem with GT2560 board

Posted: Thu Mar 23, 2017 5:51 am
by hawth725
You missed to click the CONNECT tab besides the BAUD Rate setting.

Re: Huge problem with GT2560 board

Posted: Thu Mar 23, 2017 7:38 am
by jfotopoulos
hawth725 wrote:You missed to click the CONNECT tab besides the BAUD Rate setting.
No I did and this is what its doing...trying to connect I also enabled "debug communications" to see what its doing (sending this M-105)

Re: Huge problem with GT2560 board

Posted: Thu Mar 23, 2017 8:31 am
by hawth725
jfotopoulos wrote:
hawth725 wrote:You missed to click the CONNECT tab besides the BAUD Rate setting.
No I did and this is what its doing...trying to connect I also enabled "debug communications" to see what its doing (sending this M-105)
I made mine work just now. Follow the ff steps, it might help you as well.

1) Use Arduino 1.0.4
2) Download the Marlin-PI3 Pro B
3) Connect the USB and open the Device Manager. Once the new COM port appeared and detects your board (remove all motor driver boards), delete the driver and update it with the updated one.
4) Open the Arduino and the Config.h file.
5) Select the TOOLS tab and select the AtMega 1280 (not the 5260). That's if the main processor in your board was the AtMega 1280. But if it is the original AtMega 5260, choose the 5260. For sure, its the 1280.
6) Choose COM3
7) Choose "Arduino as ISP" as PROGRAMMER
8) Verify the file
9) Open the SKETCH tab and choose the Verify and Compile
10) Select the UPLOAD button

Try those steps and let me know if it help you. Good Luck!

Re: Huge problem with GT2560 board

Posted: Thu Mar 23, 2017 2:37 pm
by jfotopoulos
hawth725 wrote:
jfotopoulos wrote:
hawth725 wrote:You missed to click the CONNECT tab besides the BAUD Rate setting.
No I did and this is what its doing...trying to connect I also enabled "debug communications" to see what its doing (sending this M-105)
I made mine work just now. Follow the ff steps, it might help you as well.

1) Use Arduino 1.0.4
2) Download the Marlin-PI3 Pro B
3) Connect the USB and open the Device Manager. Once the new COM port appeared and detects your board (remove all motor driver boards), delete the driver and update it with the updated one.
4) Open the Arduino and the Config.h file.
5) Select the TOOLS tab and select the AtMega 1280 (not the 5260). That's if the main processor in your board was the AtMega 1280. But if it is the original AtMega 5260, choose the 5260. For sure, its the 1280.
6) Choose COM3
7) Choose "Arduino as ISP" as PROGRAMMER
8) Verify the file
9) Open the SKETCH tab and choose the Verify and Compile
10) Select the UPLOAD button

Try those steps and let me know if it help you. Good Luck!
are you sure? my board is GT2560 REV A

Re: Huge problem with GT2560 board

Posted: Thu Mar 23, 2017 7:33 pm
by hawth725
Yes. Same board number 2560 Rev A. But take a look on the processor part number it was used. If it says AtMega1280, use that and not the Arduino Mega 2560.

Re: Huge problem with GT2560 board

Posted: Thu Mar 23, 2017 8:49 pm
by jfotopoulos
hawth725 wrote:Yes. Same board number 2560 Rev A. But take a look on the processor part number it was used. If it says AtMega1280, use that and not the Arduino Mega 2560.
Ok I will check it out as soon as I go home. What if its the 1280.
I've burned the 2560 bootloader.
Do I burn the 1280 first?

thanks again you've been most helpfull

Re: Huge problem with GT2560 board

Posted: Thu Mar 23, 2017 9:25 pm
by hawth725
jfotopoulos wrote:
hawth725 wrote:Yes. Same board number 2560 Rev A. But take a look on the processor part number it was used. If it says AtMega1280, use that and not the Arduino Mega 2560.
Ok I will check it out as soon as I go home. What if its the 1280.
I've burned the 2560 bootloader.
Do I burn the 1280 first?

thanks again you've been most helpfull
No need to burn it. Just make sure you're using the Arduino 1.0.4 and set the "Arduino as ISP". I've tried it also but it didn't help. It gives me the AVRDUDE errors. So I immediately proceed to that plan I've told you, and it worked smoothly.

Let me know the progress. Good luck

Note: I'm trying to attach the my board's picture for your ref. But the file was too large to attach