![]() |
Forum Index : Microcontroller and PC projects : Micromite Console new application for Win
![]() ![]() ![]() ![]() |
|||||
Author | Message | ||||
sagt3k![]() Guru ![]() Joined: 01/02/2015 Location: ItalyPosts: 313 |
Hi to Everybody I announce a new version 0.935 of MicromiteConsole: - resolution of some bugs - better strings management Here a example: ![]() In this example, You can insert strings(1), select one or more strings(2), choose what to send between strings(3),what to send to the end of the list(4),and finally send(5) Here the link for download v.09.35 Every comment and / or suggestion is appreciated Thanks Antonio |
||||
disco4now![]() Guru ![]() Joined: 18/12/2014 Location: AustraliaPosts: 1003 |
Hi Antonio, Thanks for this. I use it often. The strings addition will be very useful for keeping the various LCDPANEL and TOUCH settings for all my various boards when I need to do a software upgrade. Thanks Gerry Latest F4 Latest H7 FotS |
||||
sagt3k![]() Guru ![]() Joined: 01/02/2015 Location: ItalyPosts: 313 |
Hi disco4now Thanks, If you have any ideas to include, le me know. Antonio |
||||
sagt3k![]() Guru ![]() Joined: 01/02/2015 Location: ItalyPosts: 313 |
Hi to Everybody I announce a new version 0.936 of MicromiteConsole: strings management: + added buttons for load and save to file + added buttons for import and save to clipboard + added undo button + possibility to delete multi selected strings ![]() Here the link for download v.0.936 Every comment and / or suggestion is appreciated Thanks Antonio |
||||
sagt3k![]() Guru ![]() Joined: 01/02/2015 Location: ItalyPosts: 313 |
Hi to Everybody I announce a new version 0.937 of MicromiteConsole: strings commands management: + added "Send special car" in "UART String/s Panel" + added button "Default setting" in "UART String/s Panel" + now, in "UART String/s Panel" you can manage the commands list with a mini memo editor ![]() Here the link for download v.0.937 Every comment and / or suggestion is appreciated Thanks Antonio |
||||
PicFan Senior Member ![]() Joined: 18/03/2014 Location: AustriaPosts: 133 |
Hello Antonio ! Very nice, many thanks ! Wolfgang |
||||
KeepIS![]() Guru ![]() Joined: 13/10/2014 Location: AustraliaPosts: 1882 |
Hi, with the Editor - is there any way to change the text colour and/or font? Especially the colour as it's not good for my eyes, I like the program and it's speed but that's the one of the main things stopping me from really using it. NANO Inverter: Full download - Only Hex Ver 8.1Ks |
||||
panky![]() Guru ![]() Joined: 02/10/2012 Location: AustraliaPosts: 1114 |
Hi Antonio, Very nice program - well done. Just started using it and I love the speed of download to the MM. In the editor window, would it be possible to show the indent links like below for x = 1 to 50 | if something then | | junk here | | junk here | end if next x Also, would it be possible to have the ability to highlight a number of lines and the option then to mark them as comments by inserting a comment marker at the start of each line (also to remove such comments)? With the Find command, could you also include a Replace option? Again, very nice program - installed straight up for me and runs flawlessly. panky ... almost all of the Maximites, the MicromMites, the MM Extremes, the ArmMites, the PicoMite and loving it! |
||||
sagt3k![]() Guru ![]() Joined: 01/02/2015 Location: ItalyPosts: 313 |
Hi KeepIS At the moment you can change only size char in Editor with "CTRL+" to increase size or "CTRL-" to decrease. To change font & color I can work a little bit and I'll let you know. Thanks Antonio |
||||
sagt3k![]() Guru ![]() Joined: 01/02/2015 Location: ItalyPosts: 313 |
Hi panky <<a little more difficult, I'll see what to do>> <<I'm already implementing it !!>> <<I'm already implementing it !!>> Thanks Antonio |
||||
sagt3k![]() Guru ![]() Joined: 01/02/2015 Location: ItalyPosts: 313 |
Hi to Everybody In "Editor" sheet, added in Find/Replace button : - now it's possibile to find or replace string/s In "Editor" sheet, added in Tools button : - Insert/Delete comments on selected rows - Add/Delete indentetion on selected rows - Change color Editor (for the moment w/b or b/w) Add action from keyboard: - "F3" for find string - "CTRL+Z" for "UNDO" action Here the link for download v.0.938 I remind you, that it's possible to bring the open COMx port into TCP/PORT and then use other VT100 sw, like PUTTY, to manage in TCP the micro/mmbasic ![]() Every comment and / or suggestion is appreciated Thanks Antonio |
||||
panky![]() Guru ![]() Joined: 02/10/2012 Location: AustraliaPosts: 1114 |
Hi Antonio, Thanks for the new additions to your program. There is a problem with Ins/Del Comment in that both when highlighting then Ins Comment, the trailing CR (or LF) is deleted. The same goes for Del Comment. To demonstrate, create a file like this 1 2 3 4 5 6 If you now highlight 1 through 4 and click on Ins Comment, you end up with the following '1 '2 '3 '45 6 If you now highlight from start through to the 6 and click on Del Comment, you end up with the following 1 2 3 456 panky ... almost all of the Maximites, the MicromMites, the MM Extremes, the ArmMites, the PicoMite and loving it! |
||||
KeepIS![]() Guru ![]() Joined: 13/10/2014 Location: AustraliaPosts: 1882 |
Wondering why you have a fast baud rate of 256000? MM.EDIT and TeraTerm only run at 230400 and therefore are incompatible. NANO Inverter: Full download - Only Hex Ver 8.1Ks |
||||
sagt3k![]() Guru ![]() Joined: 01/02/2015 Location: ItalyPosts: 313 |
Hi panky I can not reproduce the problem. However, I use to isolate the lines by finding the sequence CR+LF. I tried both on Win7/10, I think the problem can happen if you load the non-windows file, then imported from Linux. Now I check this possibility. Thanks Antonio |
||||
sagt3k![]() Guru ![]() Joined: 01/02/2015 Location: ItalyPosts: 313 |
Hi KeepIS Non standard baud rate ![]() I use "MicromiteConsole" with Others HW + CP2102. Standard baud rates supported by some serial ports are: "128000,153600,230400,256000,460800,921600" It depends on the hardware used, MicromiteConsole try to reprogram the baudrates of the COM where is possible. Btw I added "230400,460800,921600" for next version. Thanks Antonio |
||||
KeepIS![]() Guru ![]() Joined: 13/10/2014 Location: AustraliaPosts: 1882 |
I also use CP-2102 but like I said, if I set the baud rate to 256000 then I can't use the Armmite or Micromite+ with any other terminal program unless I change the baud rate, adding 230400 will solve the problem - thanks. Mike. NANO Inverter: Full download - Only Hex Ver 8.1Ks |
||||
sagt3k![]() Guru ![]() Joined: 01/02/2015 Location: ItalyPosts: 313 |
HI Mike Here You can download ver. 0.939 where I added standard and non stardard baudrates. "9600,19200,38400,57600,115200,128000,153600,230400,256000,460800,921600" Thanks to try it Antonio |
||||
panky![]() Guru ![]() Joined: 02/10/2012 Location: AustraliaPosts: 1114 |
Hi Antonio, It depends on how you do the selection. If you select down to the start of the next line after the text you want to select, for example ![]() .. here I have entered six lines of text ![]() .. if I now highlight lines 1 through 4, you will see that when I click on insert comment below, ![]() .. the trailing CR/LF after the number 4 is also deleted. Although it is functionally correct as in the example above, I have in fact highlighted the inviseble CR/LF after the number 4 (at the end of this line), this is not usually what happens in other text editors. For example, if I do the same here in the Backshed edit window 1 2 3 4 5 6 then highlight 2 through 4, leaving the cursor at the start of the line with 5 and press Delete, then the result is 1 5 6 It is easy to work around by ensuring that when you highlight a section of code, you leave the cursor at the end of the last character in the line before the (hidden) CR/LF. It is just that this is different to all other editor I am familiar with. Thank, panky. ... almost all of the Maximites, the MicromMites, the MM Extremes, the ArmMites, the PicoMite and loving it! |
||||
sagt3k![]() Guru ![]() Joined: 01/02/2015 Location: ItalyPosts: 313 |
Hi panky Thanks ![]() I'm doing other checks and will publish the new version soon. Thanks Antonio |
||||
sagt3k![]() Guru ![]() Joined: 01/02/2015 Location: ItalyPosts: 313 |
Hi to Everybody In "Editor" sheet: - comments/indentations bugs fixed - "Tabkey" works as indentations Here the link for download v.0.940 Every comment and / or suggestion is appreciated Thanks Antonio |
||||
![]() ![]() ![]() ![]() |
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |