EmbedME / USBtinViewer

Simple GUI for USBtin (USB to CAN interface)
http://www.fischl.de/usbtin
GNU General Public License v3.0
41 stars 16 forks source link

Add a context menu to trace window allowing message copy and resend #2

Closed teijo closed 8 years ago

teijo commented 8 years ago

Selected messages in trace window can now be copied and resent.

Copy takes the textual representation of each selected message and concatenates them to clipboard using the system specific line separator. Resend function replays selected messages.

Both functions process the selected messages in the order from oldest to latest. Only IN and OUT message types are handled.