Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
domologic
/
python-can
Public
forked from
hardbyte/python-can
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-can
can
interfaces
on
develop
User selector
All users
All time
Commit history
Commits on Sep 24, 2021
canalystii: Fix transmitting onto a busy bus (#1114)
Show description for 71580d8
projectgus
authored
71580d8
View commit details
Copy full SHA for 71580d8
View code at this point
Browse repository at this point
Commits on Sep 10, 2021
Avoid flooding the logger with ~500 errors when they are the same (#1125)
Show description for 596f07d
pierreluctg
authored
596f07d
View commit details
Copy full SHA for 596f07d
View code at this point
Browse repository at this point
Commits on Aug 18, 2021
Format code with black
wbarnha
committed
1979a75
View commit details
Copy full SHA for 1979a75
View code at this point
Browse repository at this point
Speed up imports by removing pkg_resources (#1110)
Show description for 9f7077c
wbarnha
authored
9f7077c
View commit details
Copy full SHA for 9f7077c
View code at this point
Browse repository at this point
Commits on Jul 14, 2021
Specific Exceptions: Adapting usb2can interface (+ simplify + partially type) (#1091)
Show description for ead8c70
felixdivo
authored
ead8c70
View commit details
Copy full SHA for ead8c70
View code at this point
Browse repository at this point
Specific Exceptions: Adapting seeedstudio interface (#1090)
Show description for bb1706b
felixdivo
authored
bb1706b
View commit details
Copy full SHA for bb1706b
View code at this point
Browse repository at this point
Specific Exceptions: Adapting nican interface (+ add some typing) (#1100)
felixdivo
authored
2043822
View commit details
Copy full SHA for 2043822
View code at this point
Browse repository at this point
Commits on Jul 7, 2021
Handle case where uptime is imported successfully but does not return anything (#1103)
Show description for 5b12900
ChrisSweetKT
and
Chris Sweet
authored
5b12900
View commit details
Copy full SHA for 5b12900
View code at this point
Browse repository at this point
Commits on Jun 24, 2021
Supress 'SystemError: DeviceNotFound' in cantact detect_available_configs() (#1077)
Show description for 5dcebd7
felixdivo
and
mergify[bot]
authored
5dcebd7
View commit details
Copy full SHA for 5dcebd7
View code at this point
Browse repository at this point
Supress exception occuring in NIXNET _detect_available_configs() (#1085)
Show description for c64f162
felixdivo
and
mergify[bot]
authored
c64f162
View commit details
Copy full SHA for c64f162
View code at this point
Browse repository at this point
Commits on Jun 17, 2021
Merge pull request #1083 from hardbyte/felixdivo-issue-1046-vector
Show description for 0262b8d
felixdivo
authored
0262b8d
View commit details
Copy full SHA for 0262b8d
View code at this point
Browse repository at this point
Specific Exceptions: Adapting socketcan interface (#1087)
Show description for 0e0c64f
felixdivo
authored
0e0c64f
View commit details
Copy full SHA for 0e0c64f
View code at this point
Browse repository at this point
Specific Exceptions: Adapting serial interface (#1088)
Show description for 872486a
felixdivo
authored
872486a
View commit details
Copy full SHA for 872486a
View code at this point
Browse repository at this point
Specific Exceptions: Adapting udp_multicast interface (#1089)
Show description for fcbef0e
felixdivo
authored
fcbef0e
View commit details
Copy full SHA for fcbef0e
View code at this point
Browse repository at this point
Adjust iscan to new exceptions; simplify; add typing
felixdivo
committed
689a87d
View commit details
Copy full SHA for 689a87d
View code at this point
Browse repository at this point
Merge branch 'develop' into felixdivo-issue-1046-vector
felixdivo
authored
4d86f70
View commit details
Copy full SHA for 4d86f70
View code at this point
Browse repository at this point
Commits on Jun 15, 2021
fix 'Vector Hardware Config' naming
felixdivo
committed
3943a86
View commit details
Copy full SHA for 3943a86
View code at this point
Browse repository at this point
Update can/interfaces/vector/canlib.py
felixdivo
committed
2afb0bf
View commit details
Copy full SHA for 2afb0bf
View code at this point
Browse repository at this point
Update can/interfaces/vector/canlib.py
Show description for d501728
felixdivo
and
zariiii9003
committed
d501728
View commit details
Copy full SHA for d501728
View code at this point
Browse repository at this point
Format code with black
felixdivo
committed
6b2d983
View commit details
Copy full SHA for 6b2d983
View code at this point
Browse repository at this point
Improve docstring of VectorBus.__init__; better parsing; and add typing information
felixdivo
committed
253705a
View commit details
Copy full SHA for 253705a
View code at this point
Browse repository at this point
Clean up pcan_test: Group imports and remove redundant one
felixdivo
committed
599ab8d
View commit details
Copy full SHA for 599ab8d
View code at this point
Browse repository at this point
Format code with black
felixdivo
committed
0fda7f4
View commit details
Copy full SHA for 0fda7f4
View code at this point
Browse repository at this point
Improve PCAN installation procedure
felixdivo
committed
f7bf68f
View commit details
Copy full SHA for f7bf68f
View code at this point
Browse repository at this point
Commits on Jun 9, 2021
Setting the transmit exception __cause__ to None
Show description for 8e6f05a
pierreluctg
authored and
felixdivo
committed
8e6f05a
View commit details
Copy full SHA for 8e6f05a
View code at this point
Browse repository at this point
Merge branch 'felixdivo-issue-1046-vector' of github.com:hardbyte/python-can into felixdivo-issue-1046-vector
felixdivo
committed
45a1808
View commit details
Copy full SHA for 45a1808
View code at this point
Browse repository at this point
improve docstrings related to exceptions
felixdivo
committed
6d280ed
View commit details
Copy full SHA for 6d280ed
View code at this point
Browse repository at this point
Format code with black
felixdivo
committed
bdc462a
View commit details
Copy full SHA for bdc462a
View code at this point
Browse repository at this point
Adjust vector interface to new exceptions
felixdivo
committed
ed107af
View commit details
Copy full SHA for ed107af
View code at this point
Browse repository at this point
Commits on Jun 8, 2021
Merge branch 'develop' into felixdivo-issue-1046-virtual
mergify[bot]
authored
6b820d7
View commit details
Copy full SHA for 6b820d7
View code at this point
Browse repository at this point
ICSOperationError base exception class should be CanOperationError
pierreluctg
authored and
felixdivo
committed
b897bd7
View commit details
Copy full SHA for b897bd7
View code at this point
Browse repository at this point
Merge branch 'develop' into felixdivo-issue-1046-virtual
mergify[bot]
authored
a39eb7a
View commit details
Copy full SHA for a39eb7a
View code at this point
Browse repository at this point
Merge branch 'develop' into felixdivo-issue-1046-virtual
mergify[bot]
authored
906b9f3
View commit details
Copy full SHA for 906b9f3
View code at this point
Browse repository at this point
Merge branch 'develop' into felixdivo-issue-1046-kvaser
mergify[bot]
authored
45205f6
View commit details
Copy full SHA for 45205f6
View code at this point
Browse repository at this point
Merge branch 'develop' into felixdivo-issue-1046-virtual
mergify[bot]
authored
6ff3ee2
View commit details
Copy full SHA for 6ff3ee2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.