Skip to content

Commit cf7d672

Browse files
committed
Update README.md
Relates to [CANAPI-46]
1 parent 46d2457 commit cf7d672

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### CAN API V3 Wrapper Library for Peak-System PCAN® Interfaces (Windows®)
22

3-
_Copyright © 2005-2022 Uwe Vogt, UV Software, Berlin ([email protected])_
3+
_Copyright © 2005-2023 Uwe Vogt, UV Software, Berlin ([email protected])_
44

55
# CAN API V3 for PCAN Interfaces
66

@@ -75,16 +75,16 @@ C:\Projects\CAN\Drivers\PeakCAN>build_no.bat
7575
```
7676
Repeat this step after each `git commit`, `git pull`, `git clone`, etc.
7777
78-
To build all 32-bit targets (x86) run the script `build_86.bat`.
78+
To build all 32-bit targets (x86) run the script `x86_build.bat`.
7979
```
8080
C:\Users\haumea>cd C:\Projects\CAN\Drivers\PeakCAN
81-
C:\Projects\CAN\Drivers\PeakCAN>build_86.bat
81+
C:\Projects\CAN\Drivers\PeakCAN>x86_build.bat
8282
```
8383
84-
To build all 64-bit targets (x64) run the script `build_86.bat`.
84+
To build all 64-bit targets (x64) run the script `x64_build.bat`.
8585
```
8686
C:\Users\haumea>cd C:\Projects\CAN\Drivers\PeakCAN
87-
C:\Projects\CAN\Drivers\PeakCAN>build_64.bat
87+
C:\Projects\CAN\Drivers\PeakCAN>x64_build.bat
8888
```
8989
9090
#### uvPeakCAN (DLL)
@@ -118,18 +118,18 @@ Type `can_test /?` to display all program options.
118118
119119
### Development Environment
120120
121-
- Microsoft Visual Studio Community 2019 (Version 16.11.17)
121+
- Microsoft Visual Studio Community 2022 (Version 17.7.2)
122+
123+
### Required PCANBasic DLL
124+
125+
- Version 4.5 or later _(Latest is Greatest!)_
122126
123127
### Tested CAN Hardware
124128
125129
- PCAN-USB - single channel, CAN 2.0 (Peak´s item no.: IPEH-002021, IPEH-002021)
126130
- PCAN-USB FD - single channel, CAN 2.0 and CAN FD (Peak´s item no.: IPEH-004022)
127131
- PCAN-USB Pro FD - dual channel, CAN 2.0 and CAN FD (Peak´s item no.: IPEH-004061)
128132
129-
### Required PCANBasic DLL
130-
131-
- Version 4.5 or later _(Latest is Greatest!)_
132-
133133
## Known Bugs and Caveats
134134
135135
For a list of known bugs and caveats see tab [Issues](https://github.com/uv-software/PCANBasic-Wrapper/issues) in the GitHub repo.

0 commit comments

Comments
 (0)