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. Some users would like to use UART1 or Serial1 while compiling with GNSS library. This tutorial shows how to do this. It is assumed that user is familiar with the concepts in this “Hello World” tutorial: http://www.navspark.com.tw/blog/tutorial-hello-world

    To turn off NMEA output sentence, set message interval to 0 as below. GNSS.cpp is under /Arduino-1.5.6-r2-Bin-NavSpark/hardware/Arduino/leon/cores/Arduino
    2014-06-01 Tags: , , , , by klotz

Top of the page

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

About - Propulsed by SemanticScuttle