Search found 3 matches
- Fri 20. Nov 2020, 04:58
- Forum: PCAN-RP1210
- Topic: RP1210 API ClientConnect
- Replies: 4
- Views: 338
Re: RP1210 API ClientConnect
Hi, I was able to resolve the issue by using the Set Message Receive Command. However, I would like to understand why the Flush Tx/Rx buffer command didn't work the same way as the Set Message Receive Command. Just going by the documentation, both are being used to clear the queue. Thank you Rohinish
- Fri 20. Nov 2020, 01:33
- Forum: PCAN-RP1210
- Topic: RP1210 API ClientConnect
- Replies: 4
- Views: 338
Re: RP1210 API ClientConnect
Hello Keneth, Thank you for the quick response. Using your suggestion, I fixed my Device Id and it started working. I have a couple of additional questions: I am now able to read the CAN data after making a small change in the RP1210 file. However, as I read it, looks like I'm reading the messages f...
- Thu 19. Nov 2020, 06:39
- Forum: PCAN-RP1210
- Topic: RP1210 API ClientConnect
- Replies: 4
- Views: 338
RP1210 API ClientConnect
Hello, I'm new to the Peak RP1210 API. I'm trying to use Python to call the API DLLs and using the following link as a reference: https://github.com/bryan-hunt/rp1210.py However, whenever I try to connect to a client, I get the error code 134 (ERR_INVALID_DEVICE). Here is my code snippet: CANTYPE=by...