mic_k86
Jul 2 2008, 11:45 PM
if at my asm coding have coding on 7 segment display but my circuit doen't have 7 segment display instead just direct send the data to pc, will this affect my circuit performance? or the circuit totally can't work?
sashijoseph
Jul 3 2008, 12:02 AM
Yes you can directly send the 7-seg data to the pc through the uart.At the pc side you would have to decode those 7-seg bytes to the ASCII value of the numbers they stand for,in order to have them displayed correctly.