1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 26, 2025 — Aug 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed test files used for development More... about 11 years ago
Fixed up test to handle an object of None type More... about 11 years ago
Added logging statements and reworked the recv statement More... about 11 years ago
removed code fragments from the comments. More... about 11 years ago
removed print statements and replaced with logging functions More... about 11 years ago
Added blocking for the recv function, cleaned up old code fragments More... about 11 years ago
Cleaned up bitwise operations and loging in the transmit. Also removed function calls More... about 11 years ago
Added mappings for the flags More... about 11 years ago
Fixing ctypes error: ValueError: Can only assign sequence of same size
angeloc
as Angelo Compagnucci
More... about 11 years ago
Fixing ctypes error: ValueError: Can only assign sequence of same size
angeloc
as Angelo Compagnucci
More... about 11 years ago
J1939 protocol is using old Message api. More... about 11 years ago
Update contributor doc. More... about 11 years ago
Merged in jacklev/python-can/PCAN-clean-shutdown (pull request #12) More... about 11 years ago
Merged in jacklev/python-can/PCAN-support-multiple-bitrates (pull request #11) More... about 11 years ago
changed flag to flags, cleaned up messagetx More... about 11 years ago
Corrected case typo More... about 11 years ago
Added bitrate dictionary lookup to PCAN objects to pcan.py, with "bitrate" as a kwarg. Defaults w/o debug message to 500k, as with canlib.py. More... about 11 years ago
Added shutdown() function to pcan.py so python-can will release the net it's blocking. More... about 11 years ago
Cleaned up baudrate setup More... about 11 years ago
Changed from 2 character baudrate sets to actual numbers More... about 11 years ago
added some comments to the code More... about 11 years ago
Added bit padding to be able to send the data throught a compatable ctype More... about 11 years ago
Modified the test statement to only give 4 bytes of data More... about 11 years ago
Test application to send and recive using the usb2can interface. VERY basic More... about 11 years ago
Sending and recieve now work, need to fix send to accept data of various lengths More... about 11 years ago
added support to open the connection to the device. Fixed issues with kwargs not being handled correctly. More... about 11 years ago
Adding shutdown function More... about 11 years ago
resturctured setup code to create connection More... about 11 years ago
fixed import statement More... about 11 years ago
Fixed transmit message to be more friendly to threads More... about 11 years ago