In my excitement of getting first movement on my machine last night. I did something to break chilipepper or the JSON server. (It occurred as I was tweaking TinyG settings.
MAC OS.10.12.2
JSON 1.92
FTDIUSB serial Driver 2.3
Symptom:
I can talk to the tinyG using cool term.
$ & $$ returns appropriate text.
within Chillpeppr I can connect to the SPJS - within the serial port console I only see the following.
?
{“ej”:""}
{“js”:1}
{“sr”:n}
{“sv”:1}
{“si”:250}
{“qr”:n}
{“qv”:1}
{“ec”:0}
{“jv”:4}
{“hp”:n}
{“fb”:n}
{“mt”:n}
{“sr”:{“line”:t,“posx”:t,“posy”:t
commands seem to buffer at the SPJS and not get through to the board.
Im wondering whether or not I inadvertantly changed a board configuration wrt communication settings. (I recall I was tweaking the max jerksetting and set one of them to zero when this first occurred)Here are the comm setting I got out of coolterm.
[ej] enable json mode 0 [0=text,1=JSON]
[jv] json verbosity 4 [0=silent,1=footer,2=messages,3=configs,4=linenum,5=verbose]
[js] json serialize style 1 [0=relaxed,1=strict]
[tv] text verbosity 1 [0=silent,1=verbose]
[qv] queue report verbosity 1 [0=off,1=single,2=triple]
[sv] status report verbosity 1 [0=off,1=filtered,2=verbose]
[si] status interval 250 ms
[ec] expand LF to CRLF on TX 0 [0=off,1=on]
[ee] enable echo 0 [0=off,1=on]
[ex] enable flow control 1 [0=off,1=XON/XOFF, 2=RTS/CTS]
[baud] USB baud rate 5 [1=9600,2=19200,3=38400,4=57600,5=115200,6=230400]
Hopefully Ive just done something dumb