Candle.NET
Candle.NET copied to clipboard
.NET wrapper for the Candle API for candlelight CAN bus gateways/analysers (e.g. CANable, CANtact, etc)
Hi, Currently CAN messages that are sent are echoed back into the receive queue. I've had a look through the code, and cannot see where this is occurring. Is this...
This library is broken when sending an RTR request with a DLC length and no data. This is allowed in the CAN protocol. I've tested candlelight firmware in linux and...
Code and output is listed below. ID and Timestamp are always 0. **Project Code:** ` using Candle; namespace ConsoleApp1 { internal class Program { static void Main(string[] args) { Console.WriteLine("Hello,...