Download
Q&A
Technical Support
RMA
Register
Q&A
Q1.How do I use the DAS168P or SL168P? (QA0001)
Q2.Where could I place my application software in SL168P or DAS168P?
Q3.How do we put application software to the DAS168P /home directory or SL168P?
Q4.How do I prepare my application for executing on the DAS168P or SL168P?
Q5.How can I implement the watch-dog timer in SL168P or DAS168P
 
Q1.How do I use the DAS168P or SL168P? (QA0001)
  Please plug an Ethernet Cable to the LAN port, RJ-45 and connect to the Hub.

2. Next, please place a RS232 cable with cross-line Rx and Tx to the RS-232 Console port indicated above.Then connect it to your PC or notebook with COM port. Run any terminal emulator program on PC or notebook with no parity, 8-bit, 1 stop, baudrate 115200 parameters.

3. Carefully place the power plug into the jack.


4. Now you can find the booting message displays on your PC terminal.


5. Next, login with root account, but no password required.


6. Next, please use the Linux command, supported by busybox system, to operate this system, which is like a Linux system on desktop.


7. Now, you have entered the system shell, and can operate the SL168P or DAS168P.
Q2.Where could I place my application software in SL168P or DAS168P?
  You can put your application software to the /home directory. You cancreate any directory in this home directory to store you codes, such as scripts or html web code.
Q3.How do we put application software to the DAS168P /home directory or SL168P?
  Please use the ftp, file transfer protocol, tool to transfer your code to the /home directory by logining to the system you specified. Use ftp client or server you choose via ethernet port because the system supports these two functions.
Q4.How do I prepare my application for executing on the DAS168P or SL168P?
  Install the SDK kit distribution to your x86 Linux system.

2. Implement your Application.

3. Use the cross-compiler to compile your AP.

4. Put the execution code, binary, to the DAS168P or SL168P /home directory.

5. Issue the program name to run the code.
Q5.How can I implement the watch-dog timer in SL168P or DAS168P
  The system had implemented the watch-dog timer function.


2. Applicatin can open the watchdog device /dev/watchdog via open() system routine.


3. Then invoke the ioctl interface to enable or disable the watch-dog timer function.