48
edits
No edit summary |
No edit summary |
||
| Line 48: | Line 48: | ||
P000000// Z axis | P000000// Z axis | ||
p000000// feed rate | p000000// feed rate | ||
s 0000// spindle rpm | s 0000// spindle rpm | ||
00000E5// X axis | 00000E5// X axis | ||
@000000// Y axis | @000000// Y axis | ||
Null modem cable with loop back handshaking does not make any difference when sending regular GCode | Null modem cable with loop back handshaking does not make any difference when sending regular GCode | ||
'''20/09/2014''' | |||
I was able to make the cnc move by sending 7 nibbles(each one with #A) and then gcode although it is not really stable. | |||
eg: | |||
line00: AA AA AA A \CR (hex) 1010 1010 1010 1010 1010 1010 1010 | |||
line01: G00 X05 \CR (ASCII) | |||
line00 needs further investigation as each bit should be enabling something on the uC | |||
must be worth it to read from the eeprom | |||
EEPROM https://drive.google.com/file/d/0BwcYiBsr3w5_TW03QkkwMWp6bGM/edit?usp=sharing | |||