if i want to access only P1.3 or P2.4, how do i set it or reset it in C lang ? could some body kindly help me? thanx
Include the header file appropriate for your 8051 derivative part, then:
sbit P1_3 = P1^3; P1_3 = 1; P1_3 = 0;