Skip to content

ESC/VP 21 Virtual COM

Notifications You must be signed in to change notification settings

FDHoho007/escvp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESC/VP21 VCOM driver

This software is a ESC/VP21 VCOM driver This is Linux loadable kernel module. Linux kernel version may needs greater than or equal 3.2.0.

How to build this module

Compiling this module require linux-headers correspond to your working kernel.

# cd /path/to/escvp
# make 

Registering and Loading

# sudo ./install.sh

Usage

If USB connection probed, a device file will be created as ttyUSB port.

# lsusb | grep Epson
# ls /dev/ttyUSB*
/dev/ttyUSB0
# echo -e "ver?\r" > /dev/ttyUSB0 && cat -A /dev/ttyUSB0

Power on projector

$ echo $'PWR ON\r' | sudo tee /dev/ttyUSB0 

Power off projector

$ echo $'PWR OFF\r' | sudo tee /dev/ttyUSB0 

More commands: EPSON ESC/VP21 Command User’s Guide

Languages

  • C 95.7%
  • Shell 2.6%
  • Makefile 1.7%