Is it possible to write/move data from a memory location to a parallel port.If so,what is the required command for it other than
WrPortI(xxxx,xxxxshadow,value)
Hello Aiswarya,
Using the below API, you can set the internal I/O register with the 8Bit value
For example, if you use below
WrPortI(PEDR,&PEDRShadow,0x00);
It means you are setting the PEDR register with value zero.
this value reflects at the corresponding port E pins.