Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 15:18 06 Jul 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 : Coming soon a new software for Micromite

     Page 3 of 5    
Author Message
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 9589
Posted: 11:35pm 06 Oct 2016
Copy link to clipboard 
Print this post

All part of Beta testing - don't despair, sagt3k.

If you would like a free E64 module(assembled) to play with for the purposes of helping you with this software you are developing, flick me a PM.
Smoke makes things work. When the smoke gets out, it stops!
 
sagt3k

Guru

Joined: 01/02/2015
Location: Italy
Posts: 313
Posted: 11:52pm 06 Oct 2016
Copy link to clipboard 
Print this post

Thanks Grogster
Matherp... anyway, In form console there is a combobox "capture/log off". If you choose "capture on" and after goto in BIN sheet and check "auto-refresh" we can see what happen.
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10209
Posted: 12:11am 07 Oct 2016
Copy link to clipboard 
Print this post

  Quote   check "auto-refresh" we can see what happen


I can't find an auto-refresh checkbox - which page is it on?
 
sagt3k

Guru

Joined: 01/02/2015
Location: Italy
Posts: 313
Posted: 06:59am 07 Oct 2016
Copy link to clipboard 
Print this post


Hi Matherp
I confirm that to send/receive the code, first send 0x03 and later 0x0D 0x0A, and wait after 0x0D 0x0A 0x3E 0x20 as in image ...

 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10209
Posted: 08:52am 07 Oct 2016
Copy link to clipboard 
Print this post

Everything works in the console window: memory, list etc.

The problem is that nothing works in the code window - I just get the "not connected" error
 
sagt3k

Guru

Joined: 01/02/2015
Location: Italy
Posts: 313
Posted: 09:53am 07 Oct 2016
Copy link to clipboard 
Print this post

Hi Matherp
I've managed to mount an 64 pin to program it and connect it to the USB direct all OK. I have Windows 64bit (10.0.14393ITA). I also tried to change region and other parameters. All right.


 
sagt3k

Guru

Joined: 01/02/2015
Location: Italy
Posts: 313
Posted: 10:52am 07 Oct 2016
Copy link to clipboard 
Print this post

... or we can do this test. Just get connected CONSOLE (with green light) and try this script...
...Go on SCRIPT to create a new one
, choose PascalScript and

...write the code ...and start the code

after goto to the SHEET script messages ...

Here the code .. and the image of SCRIPT module ...

Var S,Str:String; IDuart:Integer;
I:Integer;
Begin
UARTconsoleSendStr(#3#13#10,20);
While Not ScriptStopped do
Begin
S:=UARTconsoleGetStr;
if S<>'' then
Begin
Println(S);
Println('');
For I:=1 to Length(S) do
Println('byte='+Format('%2.2x',[Ord(S)]));
End;
End;
UARTclose(IDuart)
End.



 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6269
Posted: 04:09pm 07 Oct 2016
Copy link to clipboard 
Print this post

It works OK here with a CP2102 and a 64pin (explore64) on W10 64bit

I will try and test with a 100pinner (snadpic) later.

Jim

VK7JH
MMedit
 
disco4now

Guru

Joined: 18/12/2014
Location: Australia
Posts: 1000
Posted: 05:30pm 07 Oct 2016
Copy link to clipboard 
Print this post

I have narrowed it down to my Prolific USB to serial adapter.
These don't work with W10 unless you go back to and older Win7 driver. I have been using them OK with everything else but MicroMiteLab wont load code with them.

The FTDI USB adapter works OK with MicroMiteLab.





Regards
Gerry





Latest F4 Latest H7 FotS
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6269
Posted: 06:44pm 07 Oct 2016
Copy link to clipboard 
Print this post

@Gerry,
Prolific did a few strange things in an attempt to combat fake chips. It has caused many issues, just like FTDI.

I have fired up my 100pinner with the CP2102 converter and it all works happily.
@Peter, The Silicon Lab driver I am using is version 6.7.3.350, 28/03/2016

I did the tests on the 100pinner without any peripherals connected.

Question:
How do you load (and save) a program from disk into the editor?

Jim
VK7JH
MMedit
 
sagt3k

Guru

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

Hi TassyJim

Then there would be a problem to import or export code. I have planned for the application an internal database. In fact if you go to see there is a ".usr" file that keeps everything inside. The application is designed for portable use. The code could retrieve it from outside through copy / paste. But I planned to export with "export code" as external file or that as soon as I put on the Cloud Service.
The encrypted files maintains a paternity, It maintains, what kind of code is which platform is designed etc. Type the example I posted on the site. The Cloud and the services (will be free) and I am putting on a sort of "dweet.io", "mySQL free" and other services that will dialogue with the application. After the project will extend to other platforms including Mac, iOS and Android.


 
sagt3k

Guru

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

MicromiteLab is fully compatible with Linux/Debian through WINE.
For now in TCP / client, I just have to solve the problem of convert and read the regedit/wine and communicate properly with /dev/ttyUSBx in COMx.


 
MikeO
Senior Member

Joined: 11/09/2011
Location: Australia
Posts: 275
Posted: 10:51pm 08 Oct 2016
Copy link to clipboard 
Print this post

I had this "bad behavior" experience when starting up. This information page didn't close and remained as the top of the application, in fact on top of any application I opened even the browser and the backshed page I started to write this report. I could not close the Microlab application normally i had to use the task manager.
I am using Windows 10.


Codenquilts
 
Frank N. Furter
Guru

Joined: 28/05/2012
Location: Germany
Posts: 946
Posted: 08:25am 09 Oct 2016
Copy link to clipboard 
Print this post

@Gerry and all Prolific users:

Did you tried this Family Software Driver?

This driver worked for my Win10 computer...

Frank
 
disco4now

Guru

Joined: 18/12/2014
Location: Australia
Posts: 1000
Posted: 12:59pm 09 Oct 2016
Copy link to clipboard 
Print this post

Hi Frank,

I have this downgraded driver installed, it works for other things, but MicroMiteLab wont load code using it, but console is good, same situation as reported by Peter but not sure if he has ProLific drivers or not.
Thanks for the link, it is a bit simpler than the path I initially took to get the downloaded driver to stick.

Regards
Gerry
Latest F4 Latest H7 FotS
 
sagt3k

Guru

Joined: 01/02/2015
Location: Italy
Posts: 313
Posted: 08:13pm 09 Oct 2016
Copy link to clipboard 
Print this post

In order to help me to understand, who have problems to up/download code, could You follow these actions? And let me know?

  sagt3k said   ... or we can do this test. Just get connected CONSOLE (with green light) and try this script...
...Go on SCRIPT to create a new one
, choose PascalScript and

...write the code ...and start the code

after goto to the SHEET script messages ...

Here the code .. and the image of SCRIPT module ...

Var S,Str:String; IDuart:Integer;
I:Integer;
Begin
UARTconsoleSendStr(#3#13#10,20);
While Not ScriptStopped do
Begin
S:=UARTconsoleGetStr;
if S<>'' then
Begin
Println(S);
Println('');
For I:=1 to Length(S) do
Println('byte='+Format('%2.2x',[Ord(S)]));
End;
End;
UARTclose(IDuart)
End.



 
sagt3k

Guru

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

Hi to everybody

To continue with the MicromiteLab's features you can follow interactive tutorial. Through the interface You can interact directly with the hardware.
Here you can download a little tutorial MicromiteLab Tutorial 0001


 
RonnS
Senior Member

Joined: 16/07/2015
Location: Germany
Posts: 121
Posted: 11:26am 11 Oct 2016
Copy link to clipboard 
Print this post

connection problems

hi sagt3k, maybe that helps :

i try it out to get a connection to my uC (i use the LCD Backpack with MMBasic5.2)

in the "Console" Window all works fine , i can read the uC, i can List the Codes, an the command Run let the code running

but if i switch to the "Code"Window MicromiteLab loose the connection to the uC

Ron

Edited by RonnS 2016-10-12
 
sagt3k

Guru

Joined: 01/02/2015
Location: Italy
Posts: 313
Posted: 11:32am 11 Oct 2016
Copy link to clipboard 
Print this post

Hi RonnS
Can You try the actions and script above mentioned?
Could you describe SW and HW used? Included uart / usb etc
Thanks
sagt3k
 
RonnS
Senior Member

Joined: 16/07/2015
Location: Germany
Posts: 121
Posted: 11:46am 11 Oct 2016
Copy link to clipboard 
Print this post

  sagt3k said   Hi RonnS
Can You try the actions and script above mentioned?
Could you describe SW and HW used? Included uart / usb etc
Thanks
sagt3k


hi sagt3k,

first: your nice gadged from the tutorial with "Mem" and "Time"Report works fine
but i cant got a connection by using the "Code" Window

i use Win10,the Micromite is connected over a CP2102 Chip with my PC

Ron
 
     Page 3 of 5    
Print this page
The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025