The following pages describe the 'hard way' to create a device driver from scratch. It is a good exercise to do this once for a simple driver. In practice however, in most cases you will use an existing driver as a template and modify this for your needs.
The basic steps to build a device driver from scratch are:
If you are reading this manual online, you may open the NDSatCom-KuBand-Upconverter driver example in a separate window to watch this in parallel while you are reading the following pages.