Any LIB for LANC protocol?

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
HugoChiang
Posts: 1
Joined: Tue May 31, 2022 2:31 pm

Any LIB for LANC protocol?

Post by HugoChiang » Tue May 31, 2022 2:36 pm

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

tepalia02
Posts: 99
Joined: Mon Mar 21, 2022 5:13 am

Re: Any LIB for LANC protocol?

Post by tepalia02 » Thu Jul 07, 2022 12:14 am

Python code for LANC communication is available on github. But looks like nobody has uploaded anything based on micropython.

Post Reply