Home
Prox / RFID
Verichips
Ladder Logic
[interfacing] †
Tube Joints
Key Code From Photo
SolveSpace (3d CAD)
SketchFlat (2d CAD)
Photographs
Miscellany
Resume / Consulting
Contact Me

LDmicro Forum - LDmicro.GitHub news v3.3.0

(you are viewing a thread; or go back to list of threads)

LDmicro.GitHub news v3.3.0 (by Ihor Nehrutsa)
== Release 3.3.0

The backward compatibility still saved.

* Fixed: PWM for AVR rechecked and corrected.

* Fixed: Now is able to send the full range(0x00..0xff) of unsigned char symbol
as hexadecimal numbers in 'Formatted String Over UART' element.
Release 3.2.1 raise error with formated strings "\0xFF" and "\0xFE".
Release 2.3 can raise error with formated strings "\0xFF" and "\0xFE".
Release 2.2 can raise error with formated strings "\0x00" and "\0x01".

* Added: LDmicro can generate fully functional ASM code
for AVR Studio or Microchip MPLAB software.
EEPROM, UART, ADC, PWM are supported too. See
https://github.com/LDmicro/LDm...R-Studio-or-PIC-MPLAB-software.


You can download it at
https://github.com/LDmicro/LDmicro/releases/tag/3.3.0
Thu Apr 21 2016, 07:28:02
(no subject) (by Ihor Nehrutsa)
Thu Apr 21 2016, 07:31:37
(no subject) (by Ihor Nehrutsa)
Thu Apr 21 2016, 07:32:37
(no subject) (by Ihor Nehrutsa)
Thu Apr 21 2016, 07:34:43
(no subject) (by JensRapp)
Hi
Which AVRs are supported in this version? Aaand btw. will there be a Xmega support some day?

I cannot compile in linux because the Makefile is broken (spaces instead of tabs)
Can you upload the exe file somewhere?
Thu Apr 21 2016, 15:50:22
to JensRapp (by Ihor Nehrutsa)
Latest release
https://github.com/LDmicro/LDmicro/releases/tag/3.3.0
has build.zip.
It contains all executables and batch files. Batch files must be in the same folder where the executables.

Xmega support in plan.
Fri Apr 22 2016, 03:58:00
"Xmega support in plan. " (by JensRapp)
this sounds really good. Do you have any idea when this support is active?

btw: it would be nice if it were possible to disable the TODO menues, wouldn't it?
Fri Apr 22 2016, 06:03:51
(no subject) (by MGP)
Why always asking for new controllers. First let him perfect the software, which requires enough work, I guess.

With the TODO's in the menus it's hard to work with, as for me they may also be disabled.

Ihor, nice work, I'm impressed.
Fri Apr 22 2016, 09:32:13
(no subject) (by Petar)
Why "master control relay" doesn't work for ATMega 128?
Why stored values "with make persistent" changes values when I turn power on-off to ATMega?
Why is this error: see attachment
Fri Apr 22 2016, 14:41:51, download attachment Error.PNG
(no subject) (by MGP)
Master control relay (MCR) needs 2 rungs, 1 for the start and 1 for ending the MCR.
You have only 1 MCR rung, see the Help menu/manual.

Rung 4 is not needed, rung 3 suffice

The error I don't know....
Fri Apr 22 2016, 15:44:01
(no subject) (by Ihor Nehrutsa)
to Petar
unzip to ldmicro.exe directory
Fri Apr 22 2016, 19:54:06, download attachment bat_files.zip
(no subject) (by Ihor Nehrutsa)
to MGP and pic's man

What In-Circuit Debugger/Programmer you use to flash the PIC chips?
Do you have configured readMcu.bat and flashMcu.bat
for reading data from ( writing to ) PIC chips?
Do you use command line or gui with Programmers software?


It's a fragment of CHANGES.txt.
...
* Added readMcu.bat. You can read MCU memory directly from LDmicro IDE with Ctrl+F6 key.

* Added flashMcu.bat. You can program (flash) MCU directly from LDmicro IDE with F6 key.
menu -> Compile -> Call flashMcu.bat F6 is worked for AVR's MCU via AVRDUDE. See
https://github.com/LDmicro/LDm...rd-without-an-Arduino-software

* Added postCompile.bat. It copies LDmicro output files to another directory.
Prepare for Arduino and others software.
...
Fri Apr 22 2016, 20:28:35
(no subject) (by MGP)
I use the Wisp628 (RS232) with Bumblebee, more than 10y by now, I never had problems.
I have also a Pickit2 but only as reserve programmer in case malfonction of the Wisp628.

Long time ago I bought 50x 16F628a and 50x 16F876a(soic) for 1euro/piece from a secondhand seller and use no other pics since.

Maybe in the near future I start with Arduino because I don't have to make pcb's every time I start a project.

Links Wisp
http://www.voti.nl/wisp628/n_index.html

Bumblebee
http://bl0b.info/bumblebee/index.html

Ihor, for now I still use V2.3 because the TODO's in the menus are very annoying, but I have downloaded your version in case of...

For clarity, I earn no money with programming and I am retired and have plenty of time.

Some projects in ldmicro:

Game Eurocounter interface: https://www.youtube.com/watch?v=DUCrhN29s58

Bulletcounter(paintgun) interface: https://www.youtube.com/watch?v=905-n7n9B4I

Feederboat(only the lights in ldmicro): https://www.youtube.com/watch?v=u5ZyQtwILbI

Motordriver with a LM555 and later with a pic: https://www.youtube.com/watch?v=7KsfbZ5VJcE

Gearindicator in ldmicro: https://www.youtube.com/watch?v=88emiT3OnOI

and much more ..... ;)
Sat Apr 23 2016, 03:31:57
(no subject) (by Alex)
excuseme, how do i use the TODO?
Tue Apr 26 2016, 08:43:36
(no subject) (by MGP)
You can't use TODO, those are the future changes he wants to program, for now they don't work.

That means TO DO.. in most countries they also use the word "TODO" written on maps, notebooks etc... work that has to be done in the future.
Tue Apr 26 2016, 09:34:48
(no subject) (by Alex)
I see, thanks for your reply Mr. MGP
Fri Jun 17 2016, 11:35:16
(no subject) (by Alex)
in spanish TODO (not TO DO), means "everything".
Fri Jun 17 2016, 11:43:57
(no subject) (by mazda)
Dear everyone,
LDmicro 3.3.0 Version can using chip ATxmega128? if can't, please add this chip on next time for new version.
Thank so much!
Mon Jun 20 2016, 23:58:22
Post a reply to this comment:
Your Name:
Your Email:
Subject:
(no HTML tags; use plain text, and hit Enter for a line break)
Attached file (if you want, 5 MB max):