Search results

  1. C

    Many axis joystick

    Thankyou so much for your reply. yes i want serial monitor. i was tried adding USB_SERIAL_HID and delete seremu. now i had serial port and can do serial monitor but i lose my abilty to upload skecth automaticaly #elif defined(USB_HID) #define VENDOR_ID 0x16C0 #define PRODUCT_ID 0x0482...
  2. C

    Many axis joystick

    "Hello, after setup my custom joystick, I want to have the interface USB Serial and Joystick only. However, the COM port doesn't appear, so I can't use the serial monitor. Can anyone help me?" #elif defined(USB_HID) #define VENDOR_ID 0x16C0 #define PRODUCT_ID 0x0482 #define...
  3. C

    Many axis joystick

    in the end i mapping it in my loop i thinks because joystick report align, i dont know clearly
  4. C

    Many axis joystick

    i dont understand why my slider is not mapping it correctly
  5. C

    Many axis joystick

    it seems too fast send, i change send to every 30mS its working now thankyou
  6. C

    Many axis joystick

    hello everyone, i tried joystick set to 64 (extreme) and i use pointy joysticktest.exe to test but in raw mode it not response only in directx input mode, im try to using 10sliders, please advise thankyou so much
  7. C

    ICMP Ping on Teensy Ethernet Library

    im using teensy 4.0 with w5500
  8. C

    ICMP Ping on Teensy Ethernet Library

    i read Ethernet.h on Ethernet Library 2.0.0 / Sending UDP packets // Start building up a packet to send to the remote host specific in ip and port // Returns 1 if successful, 0 if there was a problem with the supplied IP address or port virtual int beginPacket(IPAddress ip, uint16_t port)...
  9. C

    ICMP Ping on Teensy Ethernet Library

    i tried to modify Arduino Ping w5500 by nickson (https://github.com/NicksonYap/Arduino-Ping-W5500). i changed w5500.h to 5100.h and all class to w5100 but it compile error, it said w5100 not declared. so i check utility/w5100.h that has extern W5100class W5100
  10. C

    ICMP Ping on Teensy Ethernet Library

    I'm working on Ethernet Project, and want to ping another device from teensy, i have been searching around about icmp ping but i can not find library for teensy ethernet library, i'm using Ethernet library 2.0.0 https://www.pjrc.com/arduino-ethernet-library-2-0-0/ can somebody help me to figure...
Back
Top