Patrick Servello

Results 6 comments of Patrick Servello

I don't think this is included currently - but there are forks that have added that functionality https://github.com/mrozigor/crow/commit/741ba25abfe296e3f572fe3f23e0319bf1441c78

@danibjor I appreciate you answering his question so fast! @Gerssi if you have any problems getting the library to work just let me know.

Hi @Steve-Mcl , apologies for the slow response. I am no longer in a position that has access to Omron PLCs, so I haven't been super active in managing this...

Have you verified serial configuration by trying to communicate with it via PuTTY or TeraTerm first?

What's the use case for delaying initialization? I can't think of any off the top of my head, but I could certainly be missing a scenario that is uncommon for...

@bnadem Can you elaborate on your requirements? It sounds like you want a trigger, which could be implemented via calling `db.exec()` on at `CREATE TRIGGER` sqlite statement. An example `CREATE...