Search results

  1. T

    CAN bus Teensy-Teensy communication without transceiver

    I have tried without success to “test” two Teensy 3.6 connected by 3.3 VDC transceivers, using copies of code example included with the FlexCAN library. Can you provide the code you used to demonstrate directly connecting two Teensy without a transceiver? A reference to a compatible version of...
  2. T

    Another fork of FlexCAN

    CollinK, I am having difficulty running FlexCAN CANtest.ino with Arduino IDE 1.82 and Teensyduino, using two SN65HVD230D transceiver adapter boards from https://www.tindie.com/products/Fusion/single-can-bus-adapter-for-teensy-35-36/ The while (Can0.available())is never satisfied. Exactly what...
  3. T

    Teensy 3.6 Dual FlexCan Capabilitys

    bogboosted, I am having difficulty running FlexCAN CANtest.ino with Arduino IDE 1.82 and Teensyduino, using two SN65HVD230D transceiver adapter boards from https://www.tindie.com/products/Fusion/single-can-bus-adapter-for-teensy-35-36/ The while (Can0.available()) is never satisfied. Your...
  4. T

    Two Teensy's on One Computer et al

    Five questions regarding Teensy 3.6 with Arduino IDE v1.82 and Teensyduino on Windows 10 I wish to run two Teensy’s from the same computer; for example, Teensy #1 connected to Com3 and Teensy #2 connected to Com12. Even though I open two separate instances of the IDE from the Start Menu and...
Back
Top