To Install The Python Serial Module; To Mount A Usb Flash Drive From The Terminal; To Access An Smb (Windows Share) Drive From The Raspbian Desktop; To List Connected Usb Devices - NEC C751Q Setup Manual

Large-screen displays raspberry pi compute module
Hide thumbs Also See for C751Q:
Table of Contents

Advertisement

9.1.8 To install the Python serial module

To install the Python serial module necessary for internal communications with the display.
From Raspbian use:
sudo apt-get install python-serial

9.1.9 To mount a USB flash drive from the terminal

Example:
sudo mkdir /media/usbstick
sudo mount –t vfat –o uid=pi,gid=pi /dev/sda1 /media/usbstick
Replace "sda1" if drive devices is located in another location such as "sdb1".

9.1.10 To access an SMB (Windows share) drive from the Raspbian desktop

Open a File Manger window. Enter a path into the location bar in the following format:
smb://sharename/foldername
Where "sharename" is the name of the host and "foldername" is the name of the folder being shared.

9.1.11 To list connected USB devices

From Raspbian use:
lsusb

9.1.12 To show available disk space

From Raspbian use:
df -h
Page 55 of 71
©2018 NEC Display Solutions, Ltd.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents