Pyserial-like communication in Mojo
Hi)
Trying to port a FFT realtime audio signal visualiser in Mojo. Decided to reimplement most of my imports that were used in the python.
However! I do not see any stdlib support for serial communication. no class, etc.
So I decided to import it from a foreighn language: saw an example of C++ header import in the roadmap. Instructions unclear, can i use c++ based compiled *.so, or not?
1 Reply
No C++ support right now, but you can call out to c libraries using dlopen.