valo WROTE:im a super newbie in microcontroller..
consider i have a rs232 device to be connected to PIC. thats mean the data flow through UART. the also PIC connected to PC ,also via UART (serial port). i wanna use an LCD which its output based on the data that have been send back by PC. what are the steps?
another question, is it possible that if i store password in the PIC, the rs232 device will enabled only if i entered correct password?
welcome to Cytron technical forum. Seem to me that you are not newbie from the questions you asked. Since you need to interface with 2 devices that require UART, to make your programming straight forward you need to choose microcontroller that come with 2 or more UART peripheral. Alternatively, you could refer to PR27 which uses software to create what we called virtual UART.
I would advice to start your project with simple target, try to display message on LCD and interface with your RS232 device, then to your computer.
Hope that helps.