
Notice:
If youneedtocreatethecontrolinterfaceyourself, the informationbelow maybehelpful.
CodesandMarksshownbelow:
TheconnectionbetweenPCandMCUusesRS232 communication;
COMsettingshowsbelow:
VBlanguage:
MSComm1.CommPort=1
MSComm1.Settings="600,n,8,1"
MSComm1.InputLength=0
MSComm1.InputMode=comInputModeText
Cprogramlanguage :
Comport. SetComPort(1);
Comport. SetSettings("600,n,8,1");
Comport.SetInputMode(comInputModeText);
Comport. SetInputLength(0);
Sendingdataformat mustbe:Navigationcode+Key
Navigationcode(Hexadecimal)is:0xBA0xBA0xBF0xC6 0x38
ThetableBelowisalltheSendingdataof thesimulation remotecontrol’skeys. Thered typefaceiskeyvalue.
Key
Sendingdata(Hexadecimal)0xBA0xBA0x BF0xC6 0x38 0x31
Sendingdata(Hexadecimal)0xBA0xBA0xBF0xC6 0x38 0x32
Sendingdata(Hexadecimal)0xBA0xBA0xBF0xC6 0x38 0x33
Sendingdata(Hexadecimal)0xBA0xBA0xBF0xC6 0x38 0x34
Sendingdata(Hexadecimal)0xBA0xBA0xBF0xC6 0x38 0x35
Sendingdata(Hexadecimal)0xBA0xBA0xBF0xC6 0x38 0x36