// Request CAC streaming...// 102 06 D0 07 00 00 00 00 40frame.origin = m_can1;frame.FIR.U = 0;frame.FIR.B.DLC = 8;frame.FIR.B.FF = CAN_frame_std;frame.MsgID = 0x102;frame.data.u8[0] = 0x06;frame.data.u8[1] = 0xd0;frame.data.u8[2] = 0x07;frame.data.u8[3] = 0x00;frame.data.u8[4] = 0x00;frame.data.u8[5] = 0x00;frame.data.u8[6] = 0x00;frame.data.u8[7] = 0x40;m_can1->Write(&frame);
can can1 tx standard 102 06 D0 07 00 00 00 00 40
On 20 Jun 2019, at 2:25 AM, Tamás Kovács <kommykt@gmail.com> wrote:My friend ask me about OVMS. He want to sniff a command on a CAN network, and if a analog command starting signal the module play the sniffed command. Is this possible with OVMS?_______________________________________________
OvmsDev mailing list
OvmsDev@lists.openvehicles.com
http://lists.openvehicles.com/mailman/listinfo/ovmsdev