Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 17:59 02 Aug 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Micromite Console new application for Win

     Page 3 of 5    
Author Message
sagt3k

Guru

Joined: 01/02/2015
Location: Italy
Posts: 313
Posted: 07:07pm 03 Oct 2018
Copy link to clipboard 
Print this post

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: Australia
Posts: 1003
Posted: 12:03am 04 Oct 2018
Copy link to clipboard 
Print this post

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: Italy
Posts: 313
Posted: 06:44am 04 Oct 2018
Copy link to clipboard 
Print this post

Hi disco4now
Thanks,
If you have any ideas to include, le me know.
Antonio
 
sagt3k

Guru

Joined: 01/02/2015
Location: Italy
Posts: 313
Posted: 07:28pm 05 Oct 2018
Copy link to clipboard 
Print this post

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 Edited by sagt3k 2018-10-07
 
sagt3k

Guru

Joined: 01/02/2015
Location: Italy
Posts: 313
Posted: 08:42pm 29 Oct 2018
Copy link to clipboard 
Print this post

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: Austria
Posts: 133
Posted: 08:53pm 29 Oct 2018
Copy link to clipboard 
Print this post

Hello Antonio !

Very nice, many thanks !

Wolfgang
 
KeepIS

Guru

Joined: 13/10/2014
Location: Australia
Posts: 1882
Posted: 11:21pm 29 Oct 2018
Copy link to clipboard 
Print this post

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: Australia
Posts: 1114
Posted: 06:10am 30 Oct 2018
Copy link to clipboard 
Print this post

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: Italy
Posts: 313
Posted: 03:56pm 30 Oct 2018
Copy link to clipboard 
Print this post

Hi KeepIS

  KeepIS said   is there any way to change the text colour and/or font?

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: Italy
Posts: 313
Posted: 04:43pm 30 Oct 2018
Copy link to clipboard 
Print this post

Hi panky

  panky said  
- In the editor window, would it be possible to show the indent links like below

<<a little more difficult, I'll see what to do>>

  panky said  
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)?

<<I'm already implementing it !!>>

  panky said  
- With the Find command, could you also include a Replace option?

<<I'm already implementing it !!>>

Thanks
Antonio
 
sagt3k

Guru

Joined: 01/02/2015
Location: Italy
Posts: 313
Posted: 10:43am 31 Oct 2018
Copy link to clipboard 
Print this post

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
AntonioEdited by sagt3k 2018-11-02
 
panky

Guru

Joined: 02/10/2012
Location: Australia
Posts: 1114
Posted: 01:59am 01 Nov 2018
Copy link to clipboard 
Print this post

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: Australia
Posts: 1882
Posted: 09:07am 01 Nov 2018
Copy link to clipboard 
Print this post

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: Italy
Posts: 313
Posted: 09:36am 01 Nov 2018
Copy link to clipboard 
Print this post

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: Italy
Posts: 313
Posted: 09:56am 01 Nov 2018
Copy link to clipboard 
Print this post

Hi KeepIS

  KeepIS said   Wondering why you have a fast baud rate of 256000?
MM.EDIT and TeraTerm only run at 230400 and therefore are incompatible.


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
AntonioEdited by sagt3k 2018-11-02
 
KeepIS

Guru

Joined: 13/10/2014
Location: Australia
Posts: 1882
Posted: 10:04am 01 Nov 2018
Copy link to clipboard 
Print this post

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: Italy
Posts: 313
Posted: 10:39am 01 Nov 2018
Copy link to clipboard 
Print this post

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
AntonioEdited by sagt3k 2018-11-03
 
panky

Guru

Joined: 02/10/2012
Location: Australia
Posts: 1114
Posted: 12:28am 02 Nov 2018
Copy link to clipboard 
Print this post

Hi Antonio,

  Quote  There is a problem with Ins/Del Comment in that both when highlighting then Ins Comment, the trailing CR (or LF) is deleted.


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: Italy
Posts: 313
Posted: 07:03am 02 Nov 2018
Copy link to clipboard 
Print this post

Hi panky

Thanks , I solved this issue.

I'm doing other checks and will publish the new version soon.

Thanks
Antonio
 
sagt3k

Guru

Joined: 01/02/2015
Location: Italy
Posts: 313
Posted: 08:48am 03 Nov 2018
Copy link to clipboard 
Print this post

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
 
     Page 3 of 5    
Print this page
The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025