Hi!
Do you have any sample script to read the login password from one of the serial ports?
Can I make the login only with password ou user name?
Thanks!
Login from RF card reader
Login from RF card reader
Best Regards
A. Durval
A. Durval
-
- Posts: 824
- Joined: Tue Mar 13, 2012 9:53 am
Re: Login from RF card reader
You can take a look at this post on how to login a user using a script. You will have to use a script to read the data from your serial port and then use that information in the login script. You need to provide both the user name and password. However, you can hard code the User name, but then you can only use one password to login your users.
Best Regards,
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Re: Login from RF card reader
Thanks Mark,
What you mean with "... hard code de Username,..."?
What you mean with "... hard code de Username,..."?
Best Regards
A. Durval
A. Durval
-
- Posts: 824
- Joined: Tue Mar 13, 2012 9:53 am
Re: Login from RF card reader
Hardcoding is where you code a value at design time and that it is not modifiable during runtime. By hardcoding the username you do not allow it to be modified while the application is running.
Best Regards,
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer