Add Driver to BSP

danics
Hi everyone, i have a SFM3520-OP fingerprint and a Magnetic Card reader
with SerialPort connection, i want create some dll files in mini2440 BSP to
communicate with these devices, and after generate Wince6 use this dll in
C# or Vb for creating programs.

How can i do this?

William Hawk
As i have gone through the application note of SFM3520-OP, you don't need
any driver in bsp, it simply connect with rs232 interface, and cmos level
serial connector as well and simply add serial port component in C# and
just issue the commands through it, pdf file is at
http://www.vistas-gmbh.com/fileadmin/Downloads/Prospekte/UF_SFM3520OP_Da...

danics
thanks william, i know these functionality of SFM3520-OP, but i want create
some high level functions in C++ like CheckID(IntPtr ID) and use this
functions in C#, so i want add this library to my OS, how can i add library
like this to my OS?

thanks a lot.

domodom
If i good understand you, you just want to include a file in your BSP.
You can see the platform.bib file to add a line to include your file.
This line is constructed like this : 
- name of the file in the target
- name and path of the file on your development workstation
- some letters to hide your file and/or give it some privileges.
domodom

danics
thanks this can help me so much, so i try it. thanks a lot.