View Single Post
  #3 (permalink)  
Old 30-May-2009, 01:34
ram88's Avatar
ram88 ram88 is offline
Wise Penguin
 
Join Date: Jun 2008
Location: relative
Posts: 1,169
ram88 hasn't been rated much yet
Send a message via MSN to ram88 Send a message via Skype™ to ram88
Default Re: Serial port for programming scanner

Code:
tk5=/home/username/tk5/tk5.0.6
export tk5
These two lines should be in the .bashrc file.

Code:
bash: ./tk5.bat: Permission denied
Type this in console (in the directory where tk5.bat is located)
Code:
chmod +x tk5.bat
You also need to install wine to run .bat files.

ps.: are you sure that this SDK is for Linux?
__________________
http://akoskm.blogspot.com/
http://yami.googlecode.com/

Do not login directly as root - Thank you!
Reply With Quote