| /CafeSDK-2.12.13/system/src/tool/CatLog/ |
| D | SerialLog.cs | 24 SerialPort port = null; field in CatLog.SerialLog 42 port = new SerialPort(portName, 57600, Parity.None, 8, StopBits.One); in Start() 43 port.Handshake = Handshake.None; in Start() 44 port.Encoding = Encoding.UTF8; in Start() 45 port.DataReceived +=new SerialDataReceivedEventHandler(port_DataReceived); in Start() 49 port.Open(); in Start() 65 if (port == null) 68 return port.IsOpen; 77 port.Close(); in Stop()
|
| D | CatLog.cs | 69 foreach (KeyValuePair<String, String> port in ports) in CatLog() 71 if (port.Value.Contains("Prolific")) in CatLog() 73 defaultPort = port.Key; in CatLog() 74 defaultPortDesc = port.Value; in CatLog() 82 foreach (KeyValuePair<String, String> port in ports) in CatLog() 84 if (port.Value.Contains("USB")) in CatLog() 86 defaultPort = port.Key; in CatLog() 87 defaultPortDesc = port.Value; in CatLog() 96 KeyValuePair<String, String> port = ports.First(); in CatLog() 97 defaultPort = port.Key; in CatLog() [all …]
|
| D | SelectPortDialog.cs | 43 foreach (KeyValuePair<String, String> port in ports) in SelectPortDialog() 46 item.Text = port.Value; in SelectPortDialog() 47 item.Value = port.Key; in SelectPortDialog() 51 if(port.Key == portName) in SelectPortDialog()
|
| /CafeSDK-2.12.13/system/bin/tool/ |
| D | cafe_utils | 140 echo "ERROR: no serial port is available." 141 echo "Please close other softwares using serial port," 144 echo "This automated test script cannot share the serial port"
|
| /CafeSDK-2.12.13/system/src/tool/cafex/ |
| D | ExecutableClasses.cs | 556 … internal static int title_softlaunch_with_hint(string os, string tid, string hint, string port) in title_softlaunch_with_hint() argument 562 …utor.DoProcess(exe_path, "\"title_softlaunch " + os + " " + tid + " " + hint + "\" -v -p " + port); in title_softlaunch_with_hint() 565 internal static int title_softlaunch(string os, string tid, string port) in title_softlaunch() argument 578 …irectOutput(exe_path, "\"title_softlaunch " + os + " " + tid + "\" -v -p " + port, callback, true); in title_softlaunch() 745 public int port; field 788 Log.WriteLine(string.Format(" port: {0}.", lrparams.port)); in launch_retry_thread() 808 launch(lrparams.port, lrparams.TID_HI, lrparams.TID_LO); in launch_retry_thread() 854 …internal static void launch_retry(int port, string TID_HI, string TID_LO, int retries, int timeout… in launch_retry() argument 861 lrparams.port = port; in launch_retry() 887 internal static int launch(int port, string TID_HI, string TID_LO) in launch() argument [all …]
|
| D | Character stream dumper.cs | 924 public CatToucan(int port) : in CatToucan() argument 925 this(new IPEndPoint(IPAddress.Loopback, port)) in CatToucan()
|
| /CafeSDK-2.12.13/system/include/nn/rdt/ |
| D | rdt_Sender.h | 45 u8 port; //!< Port number used during UDS communication. member
|
| D | rdt_Receiver.h | 45 u8 port; //!< Port number used during UDS communication. member
|
| /CafeSDK-2.12.13/system/include/nn/uds/CAFE/ |
| D | uds_Api.h | 529 …ptor& endpointDesc, const void* data, size_t dataSize, u16 destNodeId, u8 port, bit8 option = 0x00… 552 nn::Result Attach ( EndpointDescriptor* pEndpointDesc, u16 srcNodeId, u8 port, size_t receiveBuffer…
|
| D | uds_Type.h | 293 u16 port; //!< Port number. member
|
| /CafeSDK-2.12.13/system/include/cafe/net/ |
| D | nettest.h | 84 u32 port; member
|
| D | nc_types.h | 210 u16 port; member
|
| /CafeSDK-2.12.13/system/include/cafe/ |
| D | usb_mic.h | 65 unsigned long int port; member
|
| D | uac.h | 67 unsigned long int port; member
|
| D | uhs_types.h | 226 UhsHubPortNum port[UHS_MAX_HUB_HIERARCHY]; member
|
| /CafeSDK-2.12.13/system/include/nn/ac/ |
| D | ac_Config.h | 782 void SetProxyPort( Config* pConfig, u16 port ); 1141 NN_EXTERN_C void ACSetProxyPort( ACConfig* pConfig, u16 port );
|