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
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 }}
fruitCoder123
/
python-can
Public
forked from
windelbouwman/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
ixxat
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 21, 2019
Updated instances of **config to **kwargs, closes #492
Peter Andersen
authored and
felixdivo
committed
b6c8752
View commit details
Copy full SHA for b6c8752
View code at this point
Browse repository at this point
Commits on Jan 11, 2019
Allow simultaneous access to IXXAT cards (#488)
XelaRellum
authored and
hardbyte
committed
c819526
View commit details
Copy full SHA for c819526
View code at this point
Browse repository at this point
Commits on Oct 7, 2018
use is_expedned_id instead of extended_id in Message constructor
felixdivo
committed
63325b2
View commit details
Copy full SHA for 63325b2
View code at this point
Browse repository at this point
Commits on Sep 28, 2018
Change can.Message (#413)
Show description for c37420d
felixdivo
authored and
hardbyte
committed
c37420d
View commit details
Copy full SHA for c37420d
View code at this point
Browse repository at this point
Commits on Sep 27, 2018
Merge branch 'develop' into fix-425
hardbyte
authored
daa4cf4
View commit details
Copy full SHA for daa4cf4
View code at this point
Browse repository at this point
Remove shebangs from files in the module (#429)
Show description for 56a4cb2
cottsay
authored and
hardbyte
committed
56a4cb2
View commit details
Copy full SHA for 56a4cb2
View code at this point
Browse repository at this point
Commits on Sep 24, 2018
Backends now use a separate method to implement periodic sending.
hardbyte
committed
44ccc7e
View commit details
Copy full SHA for 44ccc7e
View code at this point
Browse repository at this point
Commits on Jul 18, 2018
cleanup IXXAT
felixdivo
committed
41b6ba3
View commit details
Copy full SHA for 41b6ba3
View code at this point
Browse repository at this point
Commits on Jul 17, 2018
Implement receive_own_messages to IXXAT
christiansandberg
committed
4e66d6d
View commit details
Copy full SHA for 4e66d6d
View code at this point
Browse repository at this point
Commits on Jun 30, 2018
Log received messages for all interfaces
Show description for 6d9fdb7
christiansandberg
committed
6d9fdb7
View commit details
Copy full SHA for 6d9fdb7
View code at this point
Browse repository at this point
Commits on May 16, 2018
small fix for IXXAT import on Python 2
felixdivo
committed
f5ea870
View commit details
Copy full SHA for f5ea870
View code at this point
Browse repository at this point
new methods for IXXAT interface
felixdivo
committed
ab4b3a0
View commit details
Copy full SHA for ab4b3a0
View code at this point
Browse repository at this point
better imports in IXXAT
felixdivo
committed
c7607df
View commit details
Copy full SHA for c7607df
View code at this point
Browse repository at this point
Commits on Apr 17, 2018
Fix opening ixxat by hardware id on x64 by being explicit about struct types
Show description for 723a487
Fabian Henze
authored and
hardbyte
committed
723a487
View commit details
Copy full SHA for 723a487
View code at this point
Browse repository at this point
ixxat & cygwin: Fix issue where exceptions in driver functions were ignored
Show description for 6dbf15b
Fabian Henze
authored and
hardbyte
committed
6dbf15b
View commit details
Copy full SHA for 6dbf15b
View code at this point
Browse repository at this point
Commits on Mar 27, 2018
Support using the Windows IXXAT driver in Cygwin
Fabian Henze
authored and
christiansandberg
committed
58e9f51
View commit details
Copy full SHA for 58e9f51
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
general cleanup of the can/interfaces/*/* modules
felixdivo
committed
23d928e
View commit details
Copy full SHA for 23d928e
View code at this point
Browse repository at this point
Commits on Jan 15, 2018
Add CAN-FD support
Show description for 1b85a33
christiansandberg
committed
1b85a33
View commit details
Copy full SHA for 1b85a33
View code at this point
Browse repository at this point
Commits on Dec 9, 2017
ixxat: During init do not loop forever for clearing unwanted message
Show description for ca68c05
benjarobin
authored and
hardbyte
committed
ca68c05
View commit details
Copy full SHA for ca68c05
View code at this point
Browse repository at this point
ixxat: In recv(), avoid the use of canChannelWaitRxEvent()
Show description for f1bdc05
benjarobin
authored and
hardbyte
committed
f1bdc05
View commit details
Copy full SHA for f1bdc05
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
Add support for logging channel index
christiansandberg
committed
e35511a
View commit details
Copy full SHA for e35511a
View code at this point
Browse repository at this point
Commits on Oct 14, 2017
Add IXXAT periodic send API
christiansandberg
authored and
hardbyte
committed
a3d1e13
View commit details
Copy full SHA for a3d1e13
View code at this point
Browse repository at this point
Commits on Aug 23, 2017
Fixes for IXXAT
Show description for 7976823
christiansandberg
committed
7976823
View commit details
Copy full SHA for 7976823
View code at this point
Browse repository at this point
Commits on Aug 18, 2017
Fix IXXAT not working
christiansandberg
committed
12b8d38
View commit details
Copy full SHA for 12b8d38
View code at this point
Browse repository at this point
Commits on Jul 1, 2017
IXXAT and neoVI: limit length of data to DLC
christiansandberg
committed
1c495d4
View commit details
Copy full SHA for 1c495d4
View code at this point
Browse repository at this point
Commits on Jun 27, 2017
Fix filtering for IXXAT
Show description for 1c1b0ed
christiansandberg
committed
1c1b0ed
View commit details
Copy full SHA for 1c1b0ed
View code at this point
Browse repository at this point
Commits on Apr 8, 2017
Create temporary message in IXXAT send() method
Show description for ecb2dcb
christiansandberg
committed
ecb2dcb
View commit details
Copy full SHA for ecb2dcb
View code at this point
Browse repository at this point
Commits on Apr 7, 2017
Split filtering for standard and extended IDs
Show description for 61e2425
christiansandberg
authored and
hardbyte
committed
61e2425
View commit details
Copy full SHA for 61e2425
View code at this point
Browse repository at this point
Commits on Jan 27, 2017
Add timeout argument to send()
Show description for 7ebed2d
christiansandberg
authored and
hardbyte
committed
7ebed2d
View commit details
Copy full SHA for 7ebed2d
View code at this point
Browse repository at this point
Commits on Jan 1, 2017
Refactoring interfaces into own packages (#112)
Show description for 0ad7542
hardbyte
authored
0ad7542
View commit details
Copy full SHA for 0ad7542
View code at this point
Browse repository at this point
Commits on Dec 31, 2016
Small fixes in IXXAT (#111)
Show description for 8b89d28
cowo78
authored and
hardbyte
committed
8b89d28
View commit details
Copy full SHA for 8b89d28
View code at this point
Browse repository at this point
Commits on Dec 6, 2016
Use time.perf_counter only on python releases >= 3.3
cowo78
authored and
hardbyte
committed
ace37d2
View commit details
Copy full SHA for ace37d2
View code at this point
Browse repository at this point
Leave the IXXATBus name when importing
cowo78
authored and
hardbyte
committed
e421db3
View commit details
Copy full SHA for e421db3
View code at this point
Browse repository at this point
Added support for time.perf_counter in python3. Better error messages when hardware cannot be initialized
cowo78
authored and
hardbyte
committed
98f4768
View commit details
Copy full SHA for 98f4768
View code at this point
Browse repository at this point
Commits on Oct 28, 2016
Pypy3 doesn't quite have time.perf_counter
hardbyte
committed
567f921
View commit details
Copy full SHA for 567f921
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.