Search found 4 matches

by nathan86
Fri 13. Mar 2020, 19:13
Forum: PCAN-RP1210
Topic: RP1210 specify adapter
Replies: 1
Views: 3135

RP1210 specify adapter

So when connecting using the rp1210 driver it seems like it just grabs whatever interface that happens to have an rp1210 net set to channel 0 but what if you want to use a different adapter? When I scan for devices using the rp1210 driver it only ever seems to return a single channel as available.
by nathan86
Wed 11. Dec 2019, 21:52
Forum: PCAN-RP1210
Topic: RP1210_ReadMessage
Replies: 5
Views: 29208

Re: RP1210_ReadMessage

Yea I am testing with both a controller with built in CAN and also have been testing with another peak adapter.

It looks like issuing RP1210_Set_Message_Receive to on solved the issue. I'm not sure why that was off by default though. I would have expected it to be on after turning off the filters ...
by nathan86
Wed 11. Dec 2019, 14:36
Forum: PCAN-RP1210
Topic: RP1210_ReadMessage
Replies: 5
Views: 29208

Re: RP1210_ReadMessage

Yea I did the RP1210_Set_All_Filters_States_to_Pass right after initiating the ClientConnect but still don't appear to be reading any messages back.
by nathan86
Tue 10. Dec 2019, 19:32
Forum: PCAN-RP1210
Topic: RP1210_ReadMessage
Replies: 5
Views: 29208

RP1210_ReadMessage

I seem to be having issues with the RP1210_ReadMessage command. Whenever I run it even though I am broadcasting a message every 100ms I seem to not be seeing the messages. SendMessage seems to be working ok but readmessage just returns 0 "No Error" basically every time but no actual data. Does ...