Skip to content

Latest commit

 

History

History

tools-and-utilities

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

It contains various tools, utilities, scripts, configuration files and resources that are required to create complete application for end user.

  • reset_usb_device : contain utility to reset usb device programatically and is also a quick reference to setup standard build environment (automake, autoconf, configure, make etc.) for your project.

  • exec-sp-from-script : contains script that can be used to execute applications from command line.

  • mac-os-x : contains resources specific to mac os x operating system.

  • 99-xx-yy.rules : these are udev rules files to set correct permissions on device files.

  • cp210x-new-id.sh : script to tell to cp10x driver to handle the given device in linux.

  • cp210x-unload-vcp-driver.sh : script to unload cp210x driver in linux so that other driver can be used.

  • event.wav : sound file that can be used to play sound when serial device is inserted or removed from system.

  • generic-usbserial-linux.sh : script to specify driver for new device whose driver is not yet ready in linux.

  • mimescript.sh : script to demonstrate how to set default application for a particular file type in linux.

  • pack-sp-jar-in-app-jar.md : explains how application can pack sp-*.jar files in their jar file.

  • play-sound.sh : script to play given sound file to indicate an event to end user.

  • socat.sh : handy script to create virtual serial ports using socat command in linux.

  • symlink-usb-serial.sh : handy script for use in system integration when udev may not be available in linux.

  • udev-ftdi-latency-timer.sh : script to change latency timer of FTDI devices in linux.

  • udev-ftdi-unbind-ftdi_sio.sh : script to unbind default FTDI drivers automatically in linux.

  • udev-ftdi-unload-vcp-driver.sh : script to unload default FTDI driver in linux.

  • wireshark-usb-sniffing.sh : handy script to use wireshark to sniff usb-uart communication in linux.