Search Result

Collapse
3 results in 0.0036 seconds.
Keywords
Members
Tags
pyserial
  •  

  • Andelys
    started a topic pySerial getting writeTimeout when sending an sms

    pySerial getting writeTimeout when sending an sms

    Hi,

    I'm getting a writeTimeout on a serial connection using pyserial here is my code.

    Code:
    ser = serial.Serial('COM10',
                            baudrate=115200,
                            timeout=2,
                            writeTimeout = 2,
                            bytesize=serial.EIGHTBITS,
                            parity=serial.PARITY_NONE,
                            stopbits=serial.STOPBITS_ONE)
    ...
    See more | Go to post

  • RS232 data transfers OK with Hyperterminal, but not with PySerial

    Hi

    I'm a Python newbie trying to write a datalogger to acquire data from a laboratory meter using RS232.

    Hardware: Samsung N100 laptop. Maplin's USB-Serial converter dongle. TSI 4100 series laboratory flow meter

    Software: Windows XP. Python 2.5 & IDLE interface. HDD Free Serial Port Monitor 3.31. Hyperterminal Private Edition v5.0 (Drivers for USB dongle installed, Windows firewall exception made for...
    See more | Go to post

  • Using pyserial to control synchronous serial device.

    I've just gotten started with Python and would like to control a device that accepts synchronous serial input.

    Rather than just having serial data streaming out via pyserial, I need to also detect the clock signal from the "device" I want to control.

    Are there any examples of Pyserial being used this way?

    Thanks for any help.
    See more | Go to post
Working...