Show all posts by user
Page 1 of 1 Pages: 1
Results 1 — 3 of 3
Sorry for my bad explanation.
I'm writing a serial program that send gcode to my arduino board.
When I try to send command, but it doesn't do any thing. (
e.g. G28 to homing. My code will be:
serial.write("G28 ; \n");
Is there any handshake protocol that I miss?
by
hyabc12321
-
Firmware - experimental, borrowed, and future
Quotefrankvdh
This is just way too vague to get a useful answer.
What type of printer do you have? What type of firmware is installed on it? Or are you wanting to write the firmware yourself? What hardware interface are you using?
Have you had the printer working with other software? e.g. Repetier Host, Octoprint.
I'm have prusa i3 with Marlin firmware installed on it.
by
hyabc12321
-
Firmware - experimental, borrowed, and future
Hello,
I'm trying to write a program to control my printer.
It seems that simplily sending g code string via serial port will not work.
Is there any solution for this problem?
THX
by
hyabc12321
-
Firmware - experimental, borrowed, and future