Page 1 of 1

Any LIB for LANC protocol?

Posted: Tue May 31, 2022 2:36 pm
by HugoChiang
I've tried my best to search for information about the LANC protocol under the Micropython language, but I've found nothing. For reference, there is a LANC library under Arduino that seems to work fine. But I still want to use LANC on micropython. Does anyone have experience with this? Or, does anyone know how to implement the LANC protocol with the help of asyncio?

As a reference: http://www.boehmel.de/lanc

Re: Any LIB for LANC protocol?

Posted: Thu Jul 07, 2022 12:14 am
by tepalia02
Python code for LANC communication is available on github. But looks like nobody has uploaded anything based on micropython.