-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from mac-can/development
Merge latest development branch for release v0.2
- Loading branch information
Showing
13 changed files
with
71 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
_Copyright © 2012-2021 Uwe Vogt, UV Software, Berlin ([email protected])_ | ||
|
||
Version $Rev: 983 $ | ||
Version $Rev: 985 $ | ||
|
||
# Running CAN and CAN FD on a Mac® | ||
|
||
|
@@ -25,7 +25,7 @@ But that poor boy only owned a Mac. | |
In the absence of a CAN driver for Mac, I started developing an OS X user space driver for my PEAK USB-to-CAN dongle. | ||
Many thanks to Uwe Wilhelm, CEO of PEAK-System Technik GmbH, who had supported me with technical information and several hardware. | ||
|
||
### PCBUSB Library | ||
### PCBUSB Library for PEAK´s PCAN-USB Interfaces | ||
|
||
The _PCBUSB_ library realizes a USB user-space driver under macOS for PCAN® USB interfaces from PEAK-System Technik. | ||
See the [MacCAN](https://www.mac-can.com) website for further information, downloads and links. | ||
|
@@ -49,6 +49,12 @@ The driver for TouCAN USB interfaces from Rusoku is the first driver implementat | |
And it is open source; | ||
goto https://github.com/mac-can/RusokuCAN/. | ||
|
||
### CAN Leaf Interfaces from Kvaser | ||
|
||
Welcome the MacCAN-KvaserCAN driver for CAN Leaf interfaces from [Kvaser](https://www.kvaser.com) as the next member of the MacCAN family. | ||
Find its source code on GitHub; | ||
goto https://github.com/mac-can/MacCAN-KvaserCAN/. | ||
|
||
## HowTo | ||
|
||
### MacCAN API Specification | ||
|
@@ -321,7 +327,8 @@ along with MacCAN-Core. If not, see <http://www.gnu.org/licenses/>. | |
Mac and macOS are trademarks of Apple Inc., registered in the U.S. and other countries. \ | ||
PCAN is a registered trademark of PEAK-System Technik GmbH, Darmstadt, Germany. \ | ||
Qt is a registered trademark of The Qt Company Ltd. and its subsidiaries. | ||
Qt is a registered trademark of The Qt Company Ltd. and its subsidiaries. \ | ||
All other company, product and service names mentioned herein are trademarks, registered trademarks or service marks of their respective owners. | ||
### Contact | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters