软件开发LinuxPython webpy+pyserial 由 奈何col - 6月 22, 2014 848 今天验证下是否能通过网页控制串口。 方法一:直接在webpy的modle里import serial 方法二:在webpy里用子进程调用串口收发程序 方法一可行,方法二未验证