Hi,
A couple of thoughts.
Have you tried to run CAN2 in loopback mode.
If you put it in listen only mode are there errors when connected to the BUS.
Have you looked at the error counters.
Have you tried on it's own to the analyser with an end of line at the analyser.
Regards,
Bob
Search found 455 matches
- Tue Jun 09, 2026 1:14 pm
- Forum: General
- Topic: CAN (Internal, MCP2515) Problem/Bug
- Replies: 17
- Views: 1294
- Mon Jun 08, 2026 10:36 am
- Forum: General
- Topic: CAN (Internal, MCP2515) Problem/Bug
- Replies: 17
- Views: 1294
Re: CAN (Internal, MCP2515) Problem/Bug
Hi, I do not use FC for CAN but I always try it in "loopback" mode first to make sure there are no external influences. If they are on the same BUS, where Ben pointed out they are different speeds I would expect CAN2 to set the error bit when CAN 1 is transmitting. Have you tried CAN2 on i...
- Thu Jun 04, 2026 8:22 pm
- Forum: General
- Topic: CAN (Internal, MCP2515) Problem/Bug
- Replies: 17
- Views: 1294
Re: CAN (Internal, MCP2515) Problem/Bug
Hi, I was looking for code for a PIC24 device (not using FC) and found this which I recall the poster had a similar issue. I have no idea how/if I can see the INIT code (which is where I think this code should be). Anyway, this was the supposed fix, most is probably irrelevant but the bit I think mi...
- Thu May 28, 2026 8:38 pm
- Forum: Feature Requests
- Topic: Load Custom properties to components
- Replies: 5
- Views: 463
Re: Load Custom properties to components
Hi, In this instance I am modifying examples that are already done so that is not possible (as far as I am aware) in this instance. I do do a similar thing but opening a project and delete all the stuff I do not need and then work with that, I could save it as a blank starter project but I am sure t...
- Thu May 28, 2026 2:51 pm
- Forum: Feature Requests
- Topic: Load Custom properties to components
- Replies: 5
- Views: 463
Re: Load Custom properties to components
Hi Steve,
It is probably worth seeing what other people think as it may only be me who would use it so hard to justify the effort.
Regards,
Bob
It is probably worth seeing what other people think as it may only be me who would use it so hard to justify the effort.
Regards,
Bob
- Wed May 27, 2026 12:03 pm
- Forum: Feature Requests
- Topic: Load Custom properties to components
- Replies: 5
- Views: 463
Load Custom properties to components
Hi, I am not sure the title is correct but what I have noticed is that I use several components and every time I have to change the properties. Some are not a great deal but some are a bit more involved and once I have it right it would be nice to just copy them reducing the risk of error. In my rec...
- Tue May 26, 2026 12:18 pm
- Forum: Bug Reports
- Topic: Compile error
- Replies: 6
- Views: 701
Re: Compile error
Thanks, not sure what I was thinking of, I am going to blame it on the heatwave 
- Tue May 26, 2026 11:40 am
- Forum: Bug Reports
- Topic: Compile error
- Replies: 6
- Views: 701
Re: Compile error
Hi Ben,
Is that why there was no Rx pin allocated as that was what caused the compile error.
Just answered my own question, if I set channel 1 it does allocate an Rx pin. The only issue is they are D.0/D.1 which are not on the UNO, I think it should be B.0/B.1
Bob
Is that why there was no Rx pin allocated as that was what caused the compile error.
Just answered my own question, if I set channel 1 it does allocate an Rx pin. The only issue is they are D.0/D.1 which are not on the UNO, I think it should be B.0/B.1
Bob
- Tue May 26, 2026 8:51 am
- Forum: Bug Reports
- Topic: Compile error
- Replies: 6
- Views: 701
Re: Compile error
Hi Steve, I have just added another UART as you cannot seem to "Unconnect" it once it has been done? I have circled the channel but that was not the issue, it just seems strange that it compiles with nothing set there, the compile issue is the unconnected Rx pin. These seem to be the defau...
- Tue May 26, 2026 8:39 am
- Forum: General
- Topic: TCP_IP_W5500 Flush data
- Replies: 0
- Views: 650
TCP_IP_W5500 Flush data
Hi, I am playing with the ARP_01 file and have an issue I cannot work out. It works to a point but I am also getting data that is incorrect (to be honest I have not checked all the data anyway yet). The scan goes through but if you look at the txt file, when it gets to address 9 (which does not exis...