mrv96

Results 24 comments of mrv96

A possible solution could be to implement a struct that describes a port and include a pointer to an array of ports (defined by the previous struct). In this way,...

@xseignard great work! Have you tried if your commits work well? Actually i don't understand why your two new methods are necessary. I introduced two new possible future changes in...

Done: https://github.com/njh/EtherCard/pull/385 Let me know what do you think about.

![withserial](https://user-images.githubusercontent.com/13086678/51090310-5ae64480-177a-11e9-82b2-23b17db89761.png) ![withoutserial](https://user-images.githubusercontent.com/13086678/51090311-5b7edb00-177a-11e9-91d1-296ace2f82ca.png) Me too believed in Arduino linker efficiency, but as you can see in the screenshots, if i comment Serial code the total amount of dynamic memory reduces. I...

Ok, thank you very much! I tried your ArtnetWifi library and works great, but i have to wait for the update of this library because of this: https://github.com/rstephan/ArtnetWifi/issues/19

Hi, i tried your code and in principle it works, there are only two things that didn't convinced me. 1: The PollReply is not automatically managed by the library, is...

As you can see in the pictures i'm not able to get a PollReply neither from "The ArtNetominator" nor QLC+. ![Immagine](https://user-images.githubusercontent.com/13086678/77446956-62c65d80-6def-11ea-90e9-2f814a07789d.png) ![image](https://user-images.githubusercontent.com/13086678/77447697-3f4fe280-6df0-11ea-8ef4-fa1ae49159f4.png)

> 1: The PollReply is not automatically managed by the library, is this wanted? Yes, I agree with you, in fact I asked. Maybe my question was a little bit...

If i well understand, your code in practise rounds the float result before the int convertion. Right?

Well. I will update my fork asap and i will open a pull request. I have also to see if i have to add this rounding code in other methods....