Sergio Alejandro González

Results 9 comments of Sergio Alejandro González

You are right, Display Serial Interface (DSI) is now everywhere (even in the raspberry pi). So, to clearify for myself, not every manufacturer has a standard DBI pin-out ? again,...

OK, so you say to use the hardware FIFO and readable returns the chars in the hardware FIFO, right?

Would it be all right if it only returned 1, when a single byte is in the hardware FIFO ?

Sadly, it is still not working. Help me going over the steps requiring sending a byte from host to the embedded: First on the start up of the embedded routine,...

Dear Rémi, version is #define TELEMETRY_VERSION_MAJOR 2 #define TELEMETRY_VERSION_MINOR 0 #define TELEMETRY_VERSION_PATCH 0 so, yes, 2.0.0 Yes i get a warning message and I can call the function update_telemetry(), no...

Dear Rémi, unfortunately I still have a several byte arriving staring with is 0xF7. But the main issue, I think, is that EOF is not arriving at all: Let me...

Let me see, on the 'out' log: 2016-11-18 10:31:46,698 | INFO | b'01004b7000010926' 2016-11-18 10:32:00,683 | INFO | b'01004b7000010926' 2016-11-18 10:32:40,168 | INFO | b'01004b7000010926' 2016-11-18 10:38:00,145 | INFO |...

Sorry Rémi, but I do not have any transport.h and driver.h is just almost a wrapper to point to my actual uart functions. The funny thing about this is that...

Rémi, huge thanks for your support here. Let me tell you that I solve the issue and (as always are) was a complex combination of factors: * as you know...