▍Serial Communication with PC of data received on parallel port-8051
This is a assembly level program to receive parallel port data from a another microcrontroller. It is stored in scratchpad. The data is time tagged and relayed to PC on serial port. The code uses interrupts which makes parallel processing possible. The code has been tested and used for app...