Geoffrey Hunter
Geoffrey Hunter
@tunguskar no worries! I actually also released that to production on the weekend, so https://ninjaterm.mbedded.ninja/ should have the change also :-)
Added in https://github.com/gbmhunter/NinjaTerm/releases/tag/v4.14.0.
@tunguskar thank for the feedback. 1. You can change to hex view by clicking the settings icon on the left and then going to "RX Settings". Perhaps I should make...
Ahh yup. This would cleanly work for hex as there are many characters which you could choose which are not valid hex. This wouldn't work so well in ASCII mode...
@tunguskar I have added the features and released a new production build. See if it works well for your use case! I ended up adding a separate option just for...
https://developer.chrome.com/blog/new-dev-trial-for-multiple-readers-and-writers mentions: 
Serialisation looks like the standard way to do this in Java.
XStream can be used to save as XML.
https://github.com/declandewet/vue-meta
Erase in display 2 ([2J ) is clearing the whole screen. This should clear the whole screen, move the cursor to home (top-left) but leave the scrollback buffer. Would have...