This is a C# library dedicated for using with a www.canusb.com device
Full notes: See ReadMe.txt

Summary
The LAWICEL DLL is 'unmanaged code' and was not designed for use by C#/VB/Mono
http://en.wikipedia.org/wiki/Managed_code
If you wish to call 'unmanaged code' from 'managed code', you need to use a 'C# wrapper' to access the DLL. This wrapper uses 'PInvoke' (like peek/poke) to 'martial' calls from managed to unmanaged code. It sounds complicated, and it is.
IT IS ALSO TOTALLY UNNECESSARY. Why not have the DLL as managed code?? Why not simply reference the library in your project and just call its functions?? This project does just that

Licence:
LGPLV3.: In summary, the only thing we ask is if you improve / bugfix / extend the library then feed these changes back into the project by emailing jon_newcomb or requesting sourceforge access. Applications you develop that use this library are not covered by this licence and can remain closed source and commercial

Features

  • A CANUSB Library written in C# that can be referenced in your C# / VB project
  • AVOID ‘PInvoke’ / Wrappers / marshalling calls to Unmanaged code. It’s just nasty and unnecessary!
  • AVOID the need to install DLLs into the system directory
  • Your application 'pulls' CAN messages from a the CANUSB Library queue
  • A separate can message object helps user creates and handles messages more easily.
  • Example software is provided
  • Callback on message received not supported, but easily added.

Project Samples

Project Activity

See All Activity >

License

GNU Library or Lesser General Public License version 3.0 (LGPLv3)

Follow CANUSB Library written in C#

CANUSB Library written in C# Web Site

Other Useful Business Software
The future of PSA-RMM software for MSPs Icon
The future of PSA-RMM software for MSPs

Still using outdated MSP tools? Time to move on

SuperOps.ai is the only PSA-RMM platform powered by intelligent automation and thoughtfully crafted for the new-age MSP. The platform also helps MSPs manage their projects, clients, and IT documents from a single place.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
1
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 1 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • Previous review incorrectly assumes this project is a wrapper for the Lawicel ca***b C++ DLL. It is not. This project is an alternative that does not use any Lawicel software. See the ReadMe.txt in code download for a more detailed description of what this project is. Includes FAQ. (Posted by project admin)
  • This still uses unmanaged code. What I expected was that this library would open the USB device directly and communicate with it. but in fact it's just wrapping the native DLLs just like PInvoke. no use, as still alot of unmanaged (and buggy) code is involved
    1 user found this review helpful.
Read more reviews >

Additional Project Details

Intended Audience

Manufacturing, Engineering, Automotive

Programming Language

C#

Related Categories

C# Networking Software, C# Hardware Platform, C# Scientific Engineering

Registered

2010-08-30