hardbyte / hardbyte/python-can

filter work incorrect

Abierto
#1,565 0 comentarios 0 reacciones 0 asignados Ver en GitHub
bug
Lenguaje dominante
Python
Estrellas
1.6k
Forks
697
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

### Describe the bug

filter work incorrect when set 0x7xx ids pass can message with canid=0x88 will be received low probability

### To Reproduce

1.set filter info as => can_id=0x7ff can_mask=0x700 extended=false
2.send can message with id=0x88
3.message with canid=0x88 will be received low probability

### Expected behavior

can message with canid=0x88 will not received

### Additional context

OS and version:raspberry
Python version:Python 3.9.2
python-can version:python-can 4.1.0
python-can interface/s (if applicable):socketcan

Traceback and logs

```python
def func():
return "hello, world!"
```

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.