![]() |
Forum Index : Microcontroller and PC projects : Coming soon a new software for Micromite
![]() ![]() ![]() ![]() |
|||||
Author | Message | ||||
Grogster![]() Admin Group ![]() Joined: 31/12/2012 Location: New ZealandPosts: 9589 |
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: ItalyPosts: 313 |
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 KingdomPosts: 10209 |
I can't find an auto-refresh checkbox - which page is it on? |
||||
sagt3k![]() Guru ![]() Joined: 01/02/2015 Location: ItalyPosts: 313 |
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 KingdomPosts: 10209 |
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: ItalyPosts: 313 |
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: ItalyPosts: 313 |
... 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 ![]() ...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: AustraliaPosts: 6269 |
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: AustraliaPosts: 1000 |
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: AustraliaPosts: 6269 |
@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: ItalyPosts: 313 |
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: ItalyPosts: 313 |
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: AustraliaPosts: 275 |
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: GermanyPosts: 946 |
@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: AustraliaPosts: 1000 |
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: ItalyPosts: 313 |
In order to help me to understand, who have problems to up/download code, could You follow these actions? And let me know? |
||||
sagt3k![]() Guru ![]() Joined: 01/02/2015 Location: ItalyPosts: 313 |
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: GermanyPosts: 121 |
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 |
||||
sagt3k![]() Guru ![]() Joined: 01/02/2015 Location: ItalyPosts: 313 |
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: GermanyPosts: 121 |
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 |
||||
![]() ![]() ![]() ![]() |
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |