Skip to content

issues Search Results · repo:hardbyte/python-can language:Python

Filter by

910 results
 (67 ms)

910 results

inhardbyte/python-can (press backspace or delete to remove)

Dear python-can team, I was wondering if there were any short-term plan for a new release of the library. I m using a few bug fixes that have been merged in main already a few months ago. Currently, ...
enhancement
  • thdhondt
  • Opened 
    13 days ago
  • #1959

I have an MKS CANable V2.0 with candleLight firmware installed. I noticed that bit timing calculation for gs_usb was fixed in PR #1748. However, when I try to set the bitrate to 250 kbps or lower, I always ...
  • firtel-t
  • 2
  • Opened 
    14 days ago
  • #1958

Describe the bug I m attempting to read a configuration from %APPDATA%\can.ini, specifically this config from the documentation for the PCAN Basic API: [default] interface = pcan channel = PCAN_USBBUS1 ...
bug
  • Gregox273
  • 1
  • Opened 
    17 days ago
  • #1956

Describe the bug python-can cannot read .blf files generated by CANoe 15.0. When attempting to read the file, it raises an error: ** Unknown object header version (3) ** This suggests that the BLF reader ...
bug
  • nzjiloveyou
  • 3
  • Opened 
    on Jun 3
  • #1950

Describe the bug !-- A clear and concise description of what the bug is. -- !-- Failed to upload 1748533229461.jpg -- Negative time occurs when recording many channles CAN messages and channel changes ...
bug
  • jxwdgd5201314
  • 1
  • Opened 
    on May 29
  • #1944

Hi everyone, I’m currently working on a test bench that communicates over CAN and CAN FD using a PCAN-USB Pro FD interface. Sending standard CAN messages like 0x214 works perfectly from both Python and ...
bug
  • samuraii95
  • 1
  • Opened 
    on May 28
  • #1943

Using the can library with async enabled Notifier change the thread which all callbacks is called from. Without async, the notifier callbacks are run in the thread of the can rx thread. With async, it ...
bug
  • sveinse
  • 2
  • Opened 
    on May 8
  • #1939

The can rx message handler in class Notifier is creating tasks when runs in async mode and gets a coroutine callback. https://github.com/hardbyte/python-can/blob/5d62394006f42d1bf98e159fe9bb08d10e47e6eb/can/notifier.py#L143-L148 ...
bug
  • sveinse
  • 1
  • Opened 
    on May 8
  • #1938

Describe the bug The DLL search behavior was changed in Python 3.8 so that only system paths and directories added with os.add_dll_directory() are searched for DLLs, see: https://docs.python.org/3/library/os.html#os.add_dll_directory ...
bug
  • davidva-ecco
  • 1
  • Opened 
    on Apr 3
  • #1935

Describe the bug I think, though being not sure, that the timeout in Notifier does not work as expected. From the definition of BusABC.recv(timeout) in here on timeout it returns None that is currently ...
bug
  • GregoryLakewood
  • Opened 
    on Mar 18
  • #1932
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub