hardbyte / hardbyte/python-can

different bitrate for different channels

Đang mở
#1,548 4 bình luận 0 reaction 0 người được giao Xem trên GitHub
enhancement
Ngôn ngữ chính
Python
Star
1.6k
Fork
697
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

### Is your feature request related to a problem? Please describe.

Currently, the channel in the Bus class interface supports the list/tuple type, but the bitrate type is int. This will result in the same baud rate for all channels when multiple channels are opened.

I want to configure different baud rates for different channels of the same Bus.
![image](https://user-images.githubusercontent.com/59411181/228331191-c0c6ddc8-776a-4ff3-8557-03d079c0b40f.png)
### Describe the solution you'd like

I think the data type of the bitrate interface can extended to support list/tuple types, and is the same as that of channel.
### Describe alternatives you've considered

None
### Additional context

None

### Note
I have not retrieved any similar issure. If there are any duplicates, please let me know and I will close this issure.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.