Hi, thanks for your answer.
I test the macro but it only work with external CAN and MCP2515. I want to use the internal controller of the 18F26K80.
Search found 2 matches
- Thu Dec 19, 2024 7:01 pm
- Forum: General
- Topic: Change CAN Baudrate
- Replies: 2
- Views: 1340
- Thu Dec 19, 2024 1:02 pm
- Forum: General
- Topic: Change CAN Baudrate
- Replies: 2
- Views: 1340
Change CAN Baudrate
Hello guys, i have a Problem sending a CAN Telegram with two different Baudrates. The internal CAN of PIC18F26K80 must switch between 125kbit and 250kbit. I found out that BRGCON register 1 (variable BAUD1) have to change form 3 to 7. But there is no macro doing that and my C skills are not very goo...