M118 send hex values
-
Im trying to send a hex values. Using rrf3.5.3
M575 P1 B57600 S7 ; AUX Serial port Ive tried S0-7
And the following M118 commands
M118 P2 S{0xE0}
Yeilds
AndM118 P2 S"0xE0"
Yeilds
Anyway to send a serial string of hex values that is not LF appended?
Thanks for any help
-
-
@dc42
Thanks David, 3.6 beta works, 3.5.3 doesn't. M260.2 only works on beta FW? -
@wayneosdias said in M118 send hex values:
3.6 beta works, 3.5.3 doesn't. M260.2 only works on beta FW?
It says in the Gcode entry “Supported from firmware version 3.6”.
Ian