hardik.patel
Member level 5
Hi all,
i want to interface 7 seg display(max. 4 piece using multiplexed method) using atmega8.
If i use PORTD as data port n any other 4 pin as control then its simple.
But in my application i also need to receive serial data on serial port(RXD pin--PD0) so i cant use complete PORTD as data, so by force i need to do something like divide the data pins on 2 different ports n control pins on other port.
So does its possible ?? how?
(i already done RTC,EEPROM,UART, n basic I/O operations in this application, so no issue regarding basic understanding.)
i want to interface 7 seg display(max. 4 piece using multiplexed method) using atmega8.
If i use PORTD as data port n any other 4 pin as control then its simple.
But in my application i also need to receive serial data on serial port(RXD pin--PD0) so i cant use complete PORTD as data, so by force i need to do something like divide the data pins on 2 different ports n control pins on other port.
So does its possible ?? how?
(i already done RTC,EEPROM,UART, n basic I/O operations in this application, so no issue regarding basic understanding.)