I suggest to improve the serial monitor by displaying the HEX or Binary code received, in alternate or addition to the ASCII display.
This can be really useful to debug the transmitted code.
For example, I start to write a program to send control codes via serial connection to my iPod. Many of these codes are not ASCII prntable charachters, and I need an HEX visualization to understand if the right codes are transmitted.
Anyway, I prefer an embedded tool like Serial Monitor is.
Then it would be very nice if you brought out the compiler and add the feature. I'm certain, many people will thank you for it. It's always nice to meet people who help improve an open source product instead of just sitting there and waiting for other to do something.
Find the code that selects the font used in the serial monitor, and allow it to be changed to one of the hex display fonts (like "SexyHexy" (I kid you not)) This should be relatively easy even if you don't know java...
(this may be more difficult than I thought; in theory the font is already customizable via console.font in the preferences file, but setting that to SexyHexy doesn't seem to work. Perhaps java has a separate list of usable fonts, just like it seems to have its own idea about where to put tmp files...)
Find the code that selects the font used in the serial monitor, and allow it to be changed to one of the hex display fonts
Nice idea, I try to edit the Prefernce.txt file with no results.
What are the .jar files? Are compiled files or I can edit them in some way?
I cannot find any refernce to the serial monitor in the files I found, some suggestion where look into?
One of the advantages of open source software is that large programs are much easier to "tweak" slightly than to write from scratch, so that even non-experts in a language can make useful changes to a program. I guess this can also be a disadvantage, with insufficient "governance."