-
Hi, lokath, great thanks for this lovely wonderful, and yet powerful tool!
Anyway, thnaks for this great trace tool. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
syntax: 'trice sub-command' [params]
sub-command 'l|log': For displaying trice logs coming from port. With "trice log" the trice tool display mode is activated.
example: 'trice l -p COM15 -baud 38400': Display trice log messages from serial port COM15
example: 'trice l': Display flexL data format trice log messages from default source J-LINK over Segger RTT protocol.
example: 'trice l -port ST-LINK -v -s': Shows verbose version information and also the received raw bytes.
-args string
Use to pass port specific parameters. The "default" value depends on the used port:
port "BUFFER": default="0 0 0 0", Option for args is any space separated decimal number byte sequence.
port "DUMP": default="", Option for args is any space or comma separated byte sequence in hex like "7B 1A ee,88, 5a".
port "COMn": default="", Unused option for a different driver. (For baud rate settings see -baud.)
port "FILE": default="trices.raw", Option for args is any file name. Trice retries on EOF.
port "FILEBUFFER": default="trices.raw", Option for args is any file name. Trice stops on EOF. So this should work: trice l -p FILEBUFFER -args="path/to/myTriceLogFile.bin" -i="path/to/til.json" -li="path/to/li.sjon" -hs off To store raw date with the trice tool check for log option The trice tool can also transmit and receive over TCP/IP: display-server-option |
Beta Was this translation helpful? Give feedback.
-
May I ask you why you use hex dump and not binary data? Would it be helpful to add an option like |
Beta Was this translation helpful? Give feedback.
-
With v0.58.0 you can get XTEA encrypted data over Segger RTT in direct mode. It is just experimental and will be soon available in deferred mode over UART as well. |
Beta Was this translation helpful? Give feedback.
-
No worry, take your pace. |
Beta Was this translation helpful? Give feedback.
trice h -l
gives you