I can't give you sample code but if you're familiar with using UEFI protocols it's actually very easy. You just have to use the gEfiSerialIoProtocolGuid protocol which can be found in: MdePkg/Include/Protocol/SerialIo.h
Thanks Michael On Thu, Sep 1, 2016 at 1:22 PM, GN Keshava <[email protected]> wrote: > Hi all, > > I want to write UEFI application which reads/writes to serial IO. > Is there a sample UEFI application code available which demonstrates Serial > IO read/write? > > Thanks. > With regards, > Keshava > _______________________________________________ > edk2-devel mailing list > [email protected] > https://lists.01.org/mailman/listinfo/edk2-devel > _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

