Use of Weaver 6000 (win7, USB to serial port can also be used)

Source: Internet
Author: User

 

Put it in front: although it is now a USB simulator, but there are still some compatriots using the serial port Weifu simulator, so write down the following process. Hope to help.

 

 

I don't need to talk about installing software.

Step 1: Double-click Open Software, file | create a project, as shown in figure

Select the path and file for saving the project (including the source file and some header files)

Save Project

Step 2: Create a new file with the same file name as the one you just added

Add the code to be simulated to the new file

Example: # include <reg51.h>
Sbit d1 = P0 ^ 0;
Void main ()
{
D1 = 0; // light a Diode
}

Step 3: Set the simulator

Select the simulation Header

Set the serial port (which corresponds to the serial port information in the computer Device Manager), use the USB to RS232 interface, and perform tests on Windows 7. You can pass the test (my laptop is Windows 7 ).

Click "OK". The following page is displayed, indicating that information about the simulation header has been checked.

 

Let's take a look at the experiment we did with USB to 232 in win7.

 

Let's give you a website to go to Weifu's software. (WAVE6000 for Windows)

Http://www.wave-cn.com/download/index.htm

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.