serial-port-json-server icon indicating copy to clipboard operation
serial-port-json-server copied to clipboard

'?' command not being passed w/ grbl buffering

Open stewartoallen opened this issue 9 years ago • 0 comments

it seems that all is working correctly except for this. is it possible this is happening in the serial-port-json-server? my tipoff is the "CompleteFake" return below. no other commands do that. i only have one device that requires grbl so i can't test other buffers.

send /dev/ttyACM0 ? {"Cmd":"Queued","QCnt":1,"Ids":[""],"D":["?"],"Port":"/dev/ttyACM0"} {"Cmd":"Write","QCnt":0,"Id":"","P":"/dev/ttyACM0"} {"Cmd":"CompleteFake","Id":"","P":"/dev/ttyACM0"} sendnobuf /dev/ttyACM0 ? {"Cmd":"Queued","QCnt":1,"Ids":[""],"D":["?"],"Port":"/dev/ttyACM0"} {"Cmd":"Write","QCnt":0,"Id":"","P":"/dev/ttyACM0"} {"Cmd":"CompleteFake","Id":"","P":"/dev/ttyACM0"}

stewartoallen avatar Feb 17 '16 05:02 stewartoallen