alex-eri

Results 107 comments of alex-eri

@sm-Fifteen works perfect with network, multimedia, serial port and computing, but i not using WinAPI, COM etc. Works with setup-tools generated EXE ( module starters in \Python\Python310\Scripts dir )

I spent day with pythonservice code and found solution! ```python import win32serviceutil import win32service import servicemanager import sys import os import os.path import multiprocessing # def main(): import time time.sleep(600)...

maybe ship it separatly like wine?

PySide2 is "Qt inside Python". PythonQt is "Python inside Qt". Why it need to be supported in qtpy?

Also remote devices needed. For connecting to routers web interface.

Unbranded (OEM) Marvel. It has rndis and 2 cdc_acm ports. ``` +CSQ:99,99 ^SYSINFO: 2,3,0,17,1,7 +COPS: (0,2,"25001",7,0),(0,2,"25001",7,0) +CREG: 2,1,3584,ef4a08,7 +CGREG: 2,0 +CEREG: 2,1,"3584","00ef4a08",7 DEVICE:CSQ --------------------------------------------------------------- /dev/tty /dev/ttyACM0 /dev/ttyACM1 /dev/ttyS0 /dev/ttyS1 ---------------------------------------------------------------...

one time for 30 atemts DEVICE: I DEVICE: MM DEVICE: +CSQ DEVICE: +CGMI DEVICE: +CSQ 99,99 Seems tail of last command

+CGMI: "Marvell" +CGMM: "Nezha_MIFI"

Encoding is just an `numpy.ndarray`. So save as `data = encoding.tobytes()` Load as `encoding = numpy.frombuffer(data, , dtype=numpy.float64)`