Dear all,
I hope this can be useful for someone else.
I have downloaded the Martin Maurer's lpc21isp.c file but I was not able to
use it with my Keil MCB2100 board under Windows. After some investigation I
have noticed that CTS and RTS lines weren't disabled so, adding this
following lines:
dcb.fDtrControl = DTR_CONTROL_DISABLE;
dcb.fRtsControl = RTS_CONTROL_DISABLE;
to the source all works fine.
Bye,
Stefano Coluccini.
----------------------------------------------
Stefano Coluccini
CAEN SpA - Computing Div.
Via Vetraia, 11 - 55049 Viareggio (LU)-ITALY
Tel. +39 0584 388 398 - Fax +39 0584 388 959
s.coluccini@... - www.caen.it
----------------------------------------------Message
MCB2100, Windows and lpc21isp.c
2005-02-15 by Stefano Coluccini
Attachments
- No local attachments were found for this message.