Jump to content

klaus_ci

Members
  • Gesamte Inhalte

    4
  • Benutzer seit

  • Letzter Besuch

Posts erstellt von klaus_ci

  1. The go API Binding Version 2.0.12 for CAN V2 Bricklet does not work correctly.

    I set the module in Transceiver Loopback Mode.

    I send a frame with 8 bytes.

    Only the first byte is correct, all others are zero.

    Sending a frame with less than 8 bytes results in all bytes being zero

    can.SetTransceiverConfiguration(uint32(*bitrate), 800, can_v2_bricklet.TransceiverModeLoopback)
    can.WriteFrame(can_v2_bricklet.FrameTypeStandardData, 1742, []uint8{42, 23, 17, 42, 23, 17, 42, 23})
    
    On bus --> 2A 00 00 00 00 00 00 00

    Has anyone seen a similar problem?

×
×
  • Neu erstellen...