klotz: serial*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date / Title ↓ / - Bookmarks from other users for this tag

  1. serialPort = serial.Serial("/dev/ttyAMA0", 57600, timeout=0.5, rtscts=False, dsrdtr=False, xonxoff=True,bytesize=serial.EIGHTBITS,parity=serial.PARITY_NONE)

    while True:   
        #one dataset is around 20000 bytes
        item = serialPort.read(size=20000)
        sys.stdout.write(item)
        sys.stdout.flush()
    2014-05-09 Tags: , , , by klotz
  2. rpi-serial-console status
    2014-05-09 Tags: , by klotz
  3. do not use hub but do reboot between two successive installs
    hub will provide power (even unpowered hub) for testing but not enough for stable operation, which must be negotiated.
    eventually i stopped getting errors about pre-load etc from
    sudo kextutil -tn /Library/Extensions/SiLabsUSBDriver.kext

Top of the page

First / Previous / Next / Last / Page 2 of 0 SemanticScuttle - klotz.me: Tags: serial

About - Propulsed by SemanticScuttle