pyserial
Reading real time values with pySerial while plotting
So here is the deal, I have a module which sends out data over the serial port at 9600 baud and I am using the matplotlib to plot that data in real time. I wrote this code[详细]
2023-04-11 03:20 分类:问答pyserial/python and real time data acquisition
I have an infrared camera/tracker with which I am communicating via the serial port. I\'m using the pyserial module to do this at the moment. The camera updates the position开发者_StackOverflow中文版[详细]
2023-04-10 07:59 分类:问答Python script to calculate the time between 2 successive packets received over the serial port
I am debugging my code for which I need to write a python script that can read data being sent over the serial port through bluetooth and calculate the time el开发者_JAVA技巧apsed between each success[详细]
2023-04-06 09:22 分类:问答What pin does the pySerial interrupt when running?
Since pySerial is a serial communication technique, will it then be interrupting a pin on the Arduino boa开发者_高级运维rd once there is some data to be given to the Arduino board?[详细]
2023-04-02 20:24 分类:问答Good examples for multiprocessing with pySerial
Is there any place where I can have a look at examples which perform pySerial operations in a multiprocessing environment in Python?[详细]
2023-04-02 19:37 分类:问答pySerial buffer won't flush
I\'m having a problem with serial IO under both Windows and Linux using pySerial.With this code the device never receives the command and the read times out:[详细]
2023-04-01 20:56 分类:问答How to make statements in python script behave just like them executed in interactive shell
I have an instrument that is conne开发者_开发百科cted to a serial comm port.I use Python 3.2 in Windows XP, plus pySerial module.I have a problem when I execute a script consisting of a series of stat[详细]
2023-03-29 09:47 分类:问答python/serial broken in OSX lion / launchd
I have a launchd entry that worked with OSX 10.6 but that fails with 10.7.It uses python, and it pro开发者_如何学运维duces an error whilst trying to import serial.I don\'t quite understand this, becau[详细]
2023-03-29 05:24 分类:问答PySerial: How to send Ctrl-C command on the serial line
I\'m automating a configuration process for an embedded board.To enter the setup screen I need to send \"Ctrl-C\" command.[详细]
2023-03-27 10:20 分类:问答python 3.2: cx_freeze does not import all of pyserial
I am having issues building an exe verision of my python 3.2 script. The script requires pyserial and builds using cx_freeze. However, when I run the exe I get:[详细]
2023-03-22 01:00 分类:问答