MicrochipTech / CBA-FD

Can Bus Analyzer FD
1 stars 0 forks source link

Transmitting Data through wireshark extcap? #2

Open RFiler opened 4 months ago

RFiler commented 4 months ago

Hi,

I was just wondering if there's a way to transmit a data packet from the APGDT006 board through the wireshark extcap. Or if there's some other way to get the board to do a loopback test.

Thanks

MicroshipSailor commented 4 months ago

Due to Wireshark being an analyzer only, it has no support of sending data.

We're looking into the possibility of modifying the extcap utility, adding an additional dialog allowing the transmission of frames. Until then the only way to send data is using the C interface.

RFiler commented 4 months ago

ok no worries, i can't find any examples around using the C interface, do you have any demo code or just a quick explanation of how the interface is set up and how to communicate with it? I'm not super familiar with C programming, but it would be super useful for my project to use some lower level CAN commands with board

RFiler commented 4 months ago

Some example code for the SDK in the first release would be perfect

RFiler commented 4 months ago

ok no worries i've got a script working with the SDK, the problem was just my inexperience with setting the compilation settings. The detailed comments in the header file are much appreciated

MicroshipSailor commented 4 months ago

We have updated the Wiki to guide through the first steps in sending/receiving data from the CBA. We also have an updated version of the extcap utility which allows the transmission of frames, however it will take till end of March to get it released.

ArtyomSVT commented 2 weeks ago

We have updated the Wiki to guide through the first steps in sending/receiving data from the CBA. We also have an updated version of the extcap utility which allows the transmission of frames, however it will take till end of March to get it released.

Hello,

Can you send me new "extcap" i need to transmit a data packet.