n-wach / camino

A library for controlling an Arduino from Python over Serial
MIT License
16 stars 3 forks source link

Callable added: get_nth_call - no reply #15

Open jpagliaccio opened 1 year ago

jpagliaccio commented 1 year ago

Hey Nathan, One more item. This happens each time when connecting. I am running with the latest library.

Callable added: get_nth_call
Got error on attempt 1/3: Nothing sent when a response was expected.

Thanks. Please let me know and I will test.

n-wach commented 1 year ago

Hi! I am unable to reproduce this--can you give more info on your setup?

You could also try running connection.port.flush() and sleep(1) before you call Arduino(connection)