Fix dorinfo1.def

This commit is contained in:
Andrew Pamment 2016-03-31 09:53:55 +10:00
parent 6156fcab3b
commit 1950a9f8c9

View File

@ -90,8 +90,8 @@ int write_door32sys(int socket, struct user_record *user) {
} else {
fprintf(fptr, "\n");
}
fprintf(fptr, "1\n"); // com port
fprintf(fptr, "38400\n");
fprintf(fptr, "COM1\n"); // com port
fprintf(fptr, "38400 BAUD,N,8,1\n");
fprintf(fptr, "0\n");
fprintf(fptr, "%s\n", user->firstname);
fprintf(fptr, "%s\n", user->lastname);