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 - default selection of MCU at startup of LDMICRO

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

default selection of MCU at startup of LDMICRO (by sundara ramanan)
Hi everyone
does anyone have any idea about where to edit the source code in order to select a predetermined MCU (microcontroller) at the startup of LDMICRO. Thanks in advance...
Tue Mar 25 2014, 05:46:50
(no subject) (by Boris)
Will this help?
Tue Mar 25 2014, 17:06:45, download attachment LD.rar
default selection of MCU at startup of LDMICRO (by sundara ramanan)
That's right, when I opened the ldmicro already have the the selected microcontroller. example atmega8
Thu Mar 27 2014, 12:36:46
(no subject) (by sundara ramanan)
hi boris
nope it doesnt help...i need to make changes in source code such that it has to be selected with an MCU by default at the startup of LDmicro...and the previous comment wasnt mine.....
Fri Mar 28 2014, 06:28:57
Default Micro (by Alejandro Lladó)
Hi sundara ramanan

Im fixed it in:

maincontrols.cpp

Lines 528: void RefreshControlsToSettings(void)

Add: Prog.mcu = Prog.mcu = &SupportedMcus[11];

Microchip16F887


Change [11] by you micro index number.
Wed Jan 21 2015, 08:28:11
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):