|
Device Drivers
Many system designs rely on a PC as the primary computing
platform providing the user interface, data storage, computation
and communications sub systems.
Using a variety of connection schemes (e.g. PCI, USB, Ethernet,
Firewire), we can develop device drivers to interface your
bespoke hardware to your chosen operating system platform.
These are provided as a group of API function calls that
can be used by your application software to transfer control
information and data between your application and the target
hardware.
|