YoungMin Kim

Results 6 issues of YoungMin Kim

Hi. I'd like to inquire the amount of data available at a serial port using "ioctl". something like this. int nread; ioctl(Serial, FIONREAD, &nread); this is for implementing a non-blocking...

Hi. I'm trying to test the web socket async server example, but I got an error on "net::dispatch(...." and the error says "no instance overloading....". my boost library version is...

Hi. I have a question regarding calibration method. In MPU6050BasicExample.ino, I found that calibrateMPU6050 is done in setup() and the biases are subtracted to accel & gyro data again in...

## Description Hi, I'm struggling to implement a client with encryption. I used client_encryption.c for testing and created the client's certificate and key using tools/certs/create_self-signed.py. My server is a Codesys...

Hi. I'm testing FT232H with this library. in GPIO mode, PinHigh, PinLow works fine on AC pins. but i have a problem to set these pins as INPUT. I could...

Hi. Could you please change the current GPL-3.0 license of your library to a more permissive license like MIT or BSD. Thanks.