intrepidcs / icsneoapi

An open source library for communicating with vehicle network tools developed by Intrepid Control Systems
BSD 2-Clause "Simplified" License
9 stars 9 forks source link

Missing SetBaudrate function #1

Open Tomorrowbegins opened 6 years ago

Tomorrowbegins commented 6 years ago

Hello, I'm now using intrepidcs devices with this API in Linux system, basic functions work very good, but i found that it is missing SetBaudrate function of each CAN Channel in this API, without it, i can't read CAN messages in CAN BUS with specific baudrate. Checking the functions of 'libicsneoapi.so', just a few functions are supported. Exist functions list are: 00003188 T icsneoClosePort 000030e8 T icsneoFindNeoDevices 0000331c T icsneoFreeObject 000031b4 T icsneoGetMessages 00003228 T icsneoGetTimeStampForMsg 000034cc T icsneoInitializeAPI 0000332c T icsneoOpenNeoDevice 00003058 T icsneoShutdownAPI 000031f0 T icsneoTxMessages 0000325c T icsneoWaitForRxMessagesWithTimeOut

I also checked the API descriptions in intrepidcs website, there should be a SetBaudrate function in the API, Can you pls help to add it to this github, it's very important to our project.

Many thanks,

Best regards, Jeremy