~mvo/snappy-hub/snappy-examples-oem-hardware-snap

« back to all changes in this revision

Viewing changes to oem-hardware-assign/bin/serial-monitor.sh

  • Committer: Michael Vogt
  • Date: 2015-04-20 06:33:27 UTC
  • Revision ID: michael.vogt@ubuntu.com-20150420063327-bymre27wovhbia5d
minimal example for OEMs hardware-assign feature

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
 
 
6
echo "Reading from /dev/ttyS0"
 
7
 
 
8
# just a example
 
9
tail -f /dev/ttyS0