Microcontroller › 8051 › LCD BASIC › dataport is a symbole created
August 22, 2015 at 7:55 pm
#13203
Ashutosh Bhatt
Participant
dataport is a symbole created using #define
it does not mean it will accept only data. its a hardware port of 8051
in embedded C for 8051 the data must of 8 bit
and unsigned char is only 8 bit data. that's why we are using unsigned char