Nope! You need the password. If you don't have it, you can't get on. You will have to contact whoever installed the POS terminal and get it from them.
I wouldn't use telnet to contact the POS unless the POS was within a secure network. Telnet sends everything "in the clear". There is no encryption. User names and login passwords are sent in the clear. So unless you are looking for your POS's to be compromised, DON'T USE TELNET.
Good luck. Without the password you are wasting your time.
Learn ssh. There are several free ssh clients that run very well on Linux. Even set up a very nice ftp/copy interface. ssh is secure. User logins and passwords are sent encrypted.
Why don't you dump the script that you have written so far?
I wouldn't use telnet to contact the POS unless the POS was within a secure network. Telnet sends everything "in the clear". There is no encryption. User names and login passwords are sent in the clear. So unless you are looking for your POS's to be compromised, DON'T USE TELNET.
Good luck. Without the password you are wasting your time.
Learn ssh. There are several free ssh clients that run very well on Linux. Even set up a very nice ftp/copy interface. ssh is secure. User logins and passwords are sent encrypted.
Why don't you dump the script that you have written so far?