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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
SpectraLogic
/
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
Branch selector
spectra
User selector
All users
All time
Commit history
Commits on Jun 20, 2024
Remove pkg_resources dependency and bump patch version number
danielbosnich
committed
4046d33
View commit details
Copy full SHA for 4046d33
Browse repository at this point
Commits on Sep 2, 2021
Updated timing tests to work with Windows timer resolution
Show description for 56ef251
danielbosnich
committed
56ef251
View commit details
Copy full SHA for 56ef251
Browse repository at this point
Commits on Aug 31, 2021
Changed Kvaser logging statement from warning to info
Show description for 6d43977
danielbosnich
committed
6d43977
View commit details
Copy full SHA for 6d43977
Browse repository at this point
Updated python version info
Show description for 593851f
danielbosnich
committed
593851f
View commit details
Copy full SHA for 593851f
Browse repository at this point
Renamed last few instances of can to pycan
Show description for 700e7dc
danielbosnich
committed
700e7dc
View commit details
Copy full SHA for 700e7dc
Browse repository at this point
Commits on Aug 26, 2020
Small updates
Show description for 11aec88
danielbosnich
committed
11aec88
View commit details
Copy full SHA for 11aec88
Browse repository at this point
Small syntax updates
Show description for d2aaad9
danielbosnich
committed
d2aaad9
View commit details
Copy full SHA for d2aaad9
Browse repository at this point
Commits on Aug 25, 2020
Changed 'can' to 'pycan'
Show description for f9b70fa
danielbosnich
committed
f9b70fa
View commit details
Copy full SHA for f9b70fa
Browse repository at this point
Commits on Aug 7, 2020
Removed the USB2CAN serial selector module
Show description for 8ce7bb9
danielbosnich
committed
8ce7bb9
View commit details
Copy full SHA for 8ce7bb9
Browse repository at this point
Updated setup.py
Show description for 265f4b2
danielbosnich
committed
265f4b2
View commit details
Copy full SHA for 265f4b2
Browse repository at this point
USB2CAN device updates
Show description for 6c465b1
danielbosnich
committed
6c465b1
View commit details
Copy full SHA for 6c465b1
Browse repository at this point
PCAN device updates
Show description for 47b3f31
danielbosnich
committed
47b3f31
View commit details
Copy full SHA for 47b3f31
Browse repository at this point
IXXAT device updates
Show description for 4386db7
danielbosnich
committed
4386db7
View commit details
Copy full SHA for 4386db7
Browse repository at this point
Commits on May 17, 2020
Set version to 3.3.3
hardbyte
committed
8b76232
View commit details
Copy full SHA for 8b76232
Browse repository at this point
Commits on May 6, 2020
3.3.3-a.3
hardbyte
committed
d2d7012
View commit details
Copy full SHA for d2d7012
Browse repository at this point
Backport #741 - Fixing ASCII reader unable to read FD frames
sou1hacker
authored and
hardbyte
committed
16d89bc
View commit details
Copy full SHA for 16d89bc
Browse repository at this point
Commits on Apr 20, 2020
Update changelog with more backported fixes for 3.3.3 release
hardbyte
committed
390ff1c
View commit details
Copy full SHA for 390ff1c
Browse repository at this point
Backport caching msg.data value in neovi interface (#798)
pierreluctg
authored and
hardbyte
committed
5180591
View commit details
Copy full SHA for 5180591
Browse repository at this point
Backport fix for handling empty csv file #771
Show description for 2ae3de5
hardbyte
committed
2ae3de5
View commit details
Copy full SHA for 2ae3de5
Browse repository at this point
Commits on Apr 19, 2020
3.3.3-a.1
hardbyte
committed
e36e376
View commit details
Copy full SHA for e36e376
Browse repository at this point
Fix Vector CANlib treatment of empty app name
Show description for e45c8cc
karlding
authored and
hardbyte
committed
e45c8cc
View commit details
Copy full SHA for e45c8cc
Browse repository at this point
Add changelog for release 3.3.3 and append alpha 0 tag for testing.
hardbyte
committed
6041bbc
View commit details
Copy full SHA for 6041bbc
Browse repository at this point
Commits on Feb 17, 2020
Backport accepting bitrate instead of baud in CANalystIIBus
Show description for 9fb3c23
hardbyte
committed
9fb3c23
View commit details
Copy full SHA for 9fb3c23
Browse repository at this point
Refactor to save calculations
Karl Schärlund
authored and
hardbyte
committed
ba4c676
View commit details
Copy full SHA for ba4c676
Browse repository at this point
Avoid padding CAN_FD_MESSAGE_64 objects to 4 bytes
Karl Schärlund
authored and
hardbyte
committed
6d44fd0
View commit details
Copy full SHA for 6d44fd0
Browse repository at this point
Commits on Jan 15, 2020
Exclude all test packages, not just toplevel (#740)
chrisoro
authored and
hardbyte
committed
f9198f3
View commit details
Copy full SHA for f9198f3
Browse repository at this point
Commits on Dec 28, 2019
Backport updating test deps (#745)
Show description for 1587c36
hardbyte
committed
1587c36
View commit details
Copy full SHA for 1587c36
Browse repository at this point
Backport canalystii fix to init #617
Show description for a479d7f
dankamongmen
authored and
hardbyte
committed
a479d7f
View commit details
Copy full SHA for a479d7f
Browse repository at this point
Raise Exception instead of using assert on EINVAL
karlding
authored and
hardbyte
committed
cee9d64
View commit details
Copy full SHA for cee9d64
Browse repository at this point
Backport socketcan fix: Read the BCM status before creating a Task
Show description for 0e3812d
karlding
authored and
hardbyte
committed
0e3812d
View commit details
Copy full SHA for 0e3812d
Browse repository at this point
Backport fix to can.player #690
Show description for 250d290
christiansandberg
authored and
hardbyte
committed
250d290
View commit details
Copy full SHA for 250d290
Browse repository at this point
Backport fix to ASCReader #701
Show description for f69b162
bessman
authored and
hardbyte
committed
f69b162
View commit details
Copy full SHA for f69b162
Browse repository at this point
Merge branch 'master' into release-3.3.3
hardbyte
authored
f8c6086
View commit details
Copy full SHA for f8c6086
Browse repository at this point
Commits on Oct 24, 2019
Bump version to 3.3.3
hardbyte
authored
7505d21
View commit details
Copy full SHA for 7505d21
Browse repository at this point
Backport #713 - RTR bug fix in canutils.py
hardbyte
authored
fbe1104
View commit details
Copy full SHA for fbe1104
Browse repository at this point
Previous
Next
You can’t perform that action at this time.