ionescu007 / VisualUefi

A project for allowing EDK-II Development with Visual Studio
497 stars 125 forks source link

FtdiUsbSerialDriver usage example #13

Closed genuine-mysli closed 7 years ago

genuine-mysli commented 8 years ago

Hi,

in the VisualUefi package is the Ftdi driver as an example included. In order to learn how to write own drivers, I would like to see how the Ftdi could be used within an own project. Does someone have a code example where the Ftdi driver is being used?

Thank you.

ionescu007 commented 7 years ago

Hi,

The driver exposes a protocol, which an application can locate and use. These are UEFI development basics that I suggest reading a book/tutorial on, or doing a training on the matter. It is outside the scope of this project.

Thanks!