Good thought, that solved the problem! Atom Lite works fine at 115200. Thanks!
BergKatse
@BergKatse
Old school hacker, fond of duct tape and string
Best posts made by BergKatse
-
RE: Driver to talk to m5stack device over USB?
Latest posts made by BergKatse
-
RE: WiFi AP Connectivity UIFlow V2.0.0
You should init the WLAN AP first, then connect.
But I am having a similar problem. When connected via USB, everything works great. When I run the same program without USB connected, I get a wifi oserror, and attempts to have my StickC+ talk to my desktop via MQTT don't work at all. It won't even load the Widgets to set screen parameters on the StickC+. It's like the Wifi connection is only allowed to work for UIflow??
-
Transferring files from SD card in UIflow or...
I have an AtomGPS and have recorded some large log files onto the sd card. I would like to transfer them to my computer via USB for further analysis. I could just read the file and spool it to the terminal, but this is slow and not ideal for very large files. UIflow has a simple file transfer interface, but it only works for /flash/, and doesn't allow any way to look at /sd/.
Is there a good way to go about this?
-
RE: Driver to talk to m5stack device over USB?
Good thought, that solved the problem! Atom Lite works fine at 115200. Thanks!
-
Driver to talk to m5stack device over USB?
Hello, sorry for the newbie question. I would like to write a custom terminal to listen to/control an m5stack device with Python. The m5stack device is just printing data to the terminal in a simple loop; I can read it easily with the UIflow terminal or the serial port listener in m5burner.
But when I read the same serial port in my Python program, I just get strange binary data. Is it encrypted somehow with the API key for the device? I am using 8 data bits, 1 stop bit, no parity, XONXOFF is true. Do I need a special driver and if so which one?