can anyone suggest a microcontroller that would allow me to controll 19 outputs from an rs232 connection?
8
answers
|
Answer it!
|
For what the OP wants, Keil do a "free" compiler which will have enough memory for what they need to do. Failing that, there is SDCC and a couple of free Pascal compilers, as well as Jan Waclawek's wonderful BASIC52 replacement at http://efton.sk/basic/index.htm - put this in the 89C51 and all the programming can be done at a terminal, and the code runs very well. I used to use BASIC52 in production instruments, with sideorders of assembler for speed in a couple of places.
Don't forget the max current from a pin is 20mA and the max from a chip is 100mA (figures from memory - check!) so buffering may be necessary.
Alternatively, use a 20X2 and 3 octal latched buffer chips (e.g. 74LS373) which would make the addressing easier and increase the current drive.
![]() |

































