***Intelligent Surveillance System***
The program requires a video capture device when running. If not, please install the device driver in the USB_CAMERA directory.
***Parking Lot Charging System***
First install sql server, where the sa user does not have a password, and then use the sql file in the sql directory to create a new database.
***College Silver Card System***
First install sql server, where the sa user does not have a password, and then use the sql file in the sql directory to create a new database.
***Email SMS System***
1. Implement email detection function:
(1) Register an account and be sure to correctly fill in the POP3 server, username, and password.
2. Implement the function of sending text messages:
(1) When registering an account, enter the correct mobile phone number and select the check box for sending to mobile phone.
(2) Set the serial port parameters according to the manual of the GSM module you purchased, usually "19200, n, 8, 1".
(3) Add the local SMS center number. The first 86 can be added or not. If not, the system will automatically add it after pressing "OK".
(4) Note: If the text message contains Chinese characters, it must be set to Pdu mode, otherwise the text message may fail to be sent.
3. Source code configuration:
(1) The ActiveX control MSComm must be added, otherwise the program cannot be compiled.
(2) If there is no NMPOP3 control (located in FastNet) control group in Delphi, the program cannot be compiled. It is generally available by default in Delphi 6.
(3) The icon files used in the program are in the res folder of the program's source code directory. Readers can choose their own icon files, which can be changed at will, and generally no fatal errors will occur.
Expand