comes04

Results 6 issues of comes04

Hi there, I'm using the following code to record audio from 2 different devices: ```python import sys from os.path import join from queue import Queue from threading import Thread import...

Hi there! Could anyone let me know if there is a way to upload a file using this librarie? Thanks in advance

Hello, I am trying to connect to my Synology NAS using the sample code. I try to make this connection from an external computer, which is not connected to the...

Hi there! I'm using an Arduino to send data over the Serial port to my Vesc (using de library and using the setRPM function) All good with that, the problem...

Hi there, I used the example code SetCurrent as following with an Arduino UNO and its working as intended. ``` #include /** Initiate VescUart class */ VescUart UART; float current...

Hi! I am trying to make this work. I succesfully upload the sketch to my ESP32, paired with my laptop (Windows 10) without issue but when I execute it (Start...