Home
last modified time | relevance | path

Searched refs:SerialPort (Results 1 – 25 of 563) sorted by relevance

12345678910>>...23

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlib/
H A Dserial.h69 struct SerialPort { struct
88 template<typename SerialPort> argument
118 template<typename SerialPort>
175 typedef InputOutput<SerialInput<SerialPort>, SerialOutput<SerialPort> > IO;
221 SerialPort::Tx::set();
224 SerialPort::Rx::set();
232 SerialPort::Tx::clear();
262 typedef SerialPort<
288 typedef SerialPort<
314 typedef SerialPort<
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/SerialPort/
H A DParityReplace.cs29 using (SerialPort com1 = new SerialPort()) in ParityReplace_Default_BeforeOpen()
43 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ParityReplace_Default_AfterOpen()
102 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ParityReplace_After_Parity()
103 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in ParityReplace_After_Parity()
129 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ParityReplace_After_ParityReplace()
130 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in ParityReplace_After_ParityReplace()
157 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ParityReplace_After_ParityReplaceAndParity()
158 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in ParityReplace_After_ParityReplaceAndParity()
203 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in VerifyParityReplaceByteBeforeOpen()
204 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in VerifyParityReplaceByteBeforeOpen()
[all …]
H A DCtsHolding.cs20 using (SerialPort com1 = new SerialPort()) in CtsHolding_Default()
34 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in CtsHolding_Default_AfterOpen()
50 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in CtsHolding_true()
51 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in CtsHolding_true()
72 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in CtsHolding_true_false()
73 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in CtsHolding_true_false()
98 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in CtsHolding_true_local_close()
99 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in CtsHolding_true_local_close()
128 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in CtsHolding_true_remote_close()
129 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in CtsHolding_true_remote_close()
H A DDiscardInBuffer.cs27 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in InBufferFilled_Discard_Once()
28 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in InBufferFilled_Discard_Once()
44 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in InBufferFilled_Discard_Multiple()
45 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in InBufferFilled_Discard_Multiple()
67 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in InBufferFilled_Discard_Cycle()
68 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in InBufferFilled_Discard_Cycle()
90 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in InAndOutBufferFilled_Discard()
91 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in InAndOutBufferFilled_Discard()
111 private void WriteRndByteArray(SerialPort com, int byteLength) in WriteRndByteArray()
132 private void VerifyDiscard(SerialPort com) in VerifyDiscard()
H A DDsrHolding.cs20 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in DsrHolding_Default()
35 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in DsrHolding_Default_AfterOpen()
51 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in DsrHolding_true()
52 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in DsrHolding_true()
75 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in DsrHolding_true_false()
76 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in DsrHolding_true_false()
106 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in DsrHolding_true_local_close()
107 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in DsrHolding_true_local_close()
138 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in DsrHolding_true_remote_close()
139 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in DsrHolding_true_remote_close()
H A DWrite_str_Generic.cs46 using (SerialPort com = new SerialPort()) in WriteWithoutOpen()
57 using (SerialPort com = new SerialPort("BAD_PORT_NAME")) in WriteAfterFailedOpen()
72 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in WriteAfterClose()
85 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in Timeout()
86 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in Timeout()
114 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SuccessiveReadTimeout()
141 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SuccessiveReadTimeoutWithWriteSucceeding()
180 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in BytesToWrite()
201 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in BytesToWriteSuccessive()
232 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in Handshake_None()
[all …]
H A DWrite_byte_int_int_Generic.cs48 using (SerialPort com = new SerialPort()) in WriteWithoutOpen()
58 using (SerialPort com = new SerialPort("BAD_PORT_NAME")) in WriteAfterFailedOpen()
73 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in WriteAfterClose()
86 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in Timeout()
87 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in Timeout()
114 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SuccessiveReadTimeout()
140 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SuccessiveReadTimeoutWithWriteSucceeding()
176 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in BytesToWrite()
201 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in BytesToWriteSuccessive()
232 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in Handshake_None()
[all …]
H A DWrite_char_int_int_Generic.cs48 using (SerialPort com = new SerialPort()) in WriteWithoutOpen()
58 using (SerialPort com = new SerialPort("BAD_PORT_NAME")) in WriteAfterFailedOpen()
74 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in WriteAfterClose()
87 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in Timeout()
88 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in Timeout()
116 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SuccessiveReadTimeout()
145 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SuccessiveReadTimeoutWithWriteSucceeding()
182 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in BytesToWrite()
204 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in BytesToWriteSuccessive()
236 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in Handshake_None()
[all …]
H A DBytesToRead.cs24 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in BytesToRead_Default()
42 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in BytesToRead_RcvRndNumBytes()
43 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in BytesToRead_RcvRndNumBytes()
119 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in VerifyBytesToRead()
120 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in VerifyBytesToRead()
148 private void Read_byte_int_int(SerialPort com, int bufferSize) in Read_byte_int_int()
160 private void ReadByte(SerialPort com, int bufferSize) in ReadByte()
166 private void ReadChar(SerialPort com, int bufferSize) in ReadChar()
172 private void ReadLine(SerialPort com, int bufferSize) in ReadLine()
178 private void ReadTo(SerialPort com, int bufferSize) in ReadTo()
[all …]
H A DReceivedBytesThreshold.cs30 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ReceivedBytesThreshold_Default()
31 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in ReceivedBytesThreshold_Default()
60 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ReceivedBytesThreshold_Rnd_ExactWrite()
61 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in ReceivedBytesThreshold_Rnd_ExactWrite()
95 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ReceivedBytesThreshold_Rnd_MultipleWrite()
96 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in ReceivedBytesThreshold_Rnd_MultipleWrite()
133 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ReceivedBytesThreshold_Above_Exact()
134 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in ReceivedBytesThreshold_Above_Exact()
180 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ReceivedBytesThreshold_Above_Below()
294 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in VerifyException()
[all …]
H A DRtsEnable.cs18 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in RtsEnable_Default()
54 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in RtsEnable_true_false_BeforeOpen()
140 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in RtsEnable_true_false_AfterOpen()
164 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in RtsEnable_Get_Handshake_None()
184 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in RtsEnable_Get_Handshake_RequestToSend()
201 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in RtsEnable_Get_Handshake_RequestToSendXOnXOff()
218 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in RtsEnable_Get_Handshake_XOnXOff()
239 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in VerifyRtsEnableBeforeOpen()
259 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in VerifyRtsEnableAfterOpen()
278 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in VerifyRtsEnableWithHandshake()
[all …]
H A DReadChar_Generic.cs40 using (SerialPort com = new SerialPort()) in ReadWithoutOpen()
50 using (SerialPort com = new SerialPort("BAD_PORT_NAME")) in ReadAfterFailedOpen()
65 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ReadAfterClose()
79 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in Timeout()
95 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SuccessiveReadTimeoutNoData()
115 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SuccessiveReadTimeoutSomeData()
149 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in WriteToCom1()
188 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ParityErrorOnLastByte()
189 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in ParityErrorOnLastByte()
300 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in VerifyParityReplaceByte()
[all …]
H A DRead_char_int_int_Generic.cs50 using (SerialPort com = new SerialPort()) in ReadWithoutOpen()
61 using (SerialPort com = new SerialPort("BAD_PORT_NAME")) in ReadAfterFailedOpen()
77 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ReadAfterClose()
91 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in Timeout()
107 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SuccessiveReadTimeoutNoData()
128 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SuccessiveReadTimeoutSomeData()
161 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in WriteToCom1()
199 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ParityErrorOnLastByte()
200 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in ParityErrorOnLastByte()
324 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in VerifyParityReplaceByte()
[all …]
H A DRead_byte_int_int_Generic.cs51 using (SerialPort com = new SerialPort()) in ReadWithoutOpen()
61 using (SerialPort com = new SerialPort("BAD_PORT_NAME")) in ReadAfterFailedOpen()
75 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ReadAfterClose()
89 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in Timeout()
105 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SuccessiveReadTimeoutNoData()
125 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SuccessiveReadTimeoutSomeData()
158 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in WriteToCom1()
200 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ParityErrorOnLastByte()
201 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in ParityErrorOnLastByte()
328 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in VerifyParityReplaceByte()
[all …]
H A DReadLine_Generic.cs51 using (SerialPort com = new SerialPort()) in ReadWithoutOpen()
61 using (SerialPort com = new SerialPort("BAD_PORT_NAME")) in ReadAfterFailedOpen()
75 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ReadAfterClose()
88 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in Timeout()
104 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SuccessiveReadTimeoutNoData()
123 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SuccessiveReadTimeoutSomeData()
155 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in WriteToCom1()
191 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in ParityErrorOnLastByte()
192 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in ParityErrorOnLastByte()
308 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in VerifyParityReplaceByte()
[all …]
H A DWriteLine_Generic.cs46 using (SerialPort com = new SerialPort()) in WriteWithoutOpen()
57 using (SerialPort com = new SerialPort("BAD_PORT_NAME")) in WriteAfterFailedOpen()
71 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in WriteAfterClose()
84 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SimpleTimeout()
85 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in SimpleTimeout()
112 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SuccessiveReadTimeout()
138 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in SuccessiveReadTimeoutWithWriteSucceeding()
173 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in BytesToWrite()
202 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in BytesToWriteSuccessive()
237 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in Handshake_None()
[all …]
H A DDiscardNull.cs35 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in DiscardNull_Default_Read_byte_int_int()
55 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in DiscardNull_Default_Read_char_int_int()
75 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in DiscardNull_Default_ReadByte()
94 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in DiscardNull_Default_ReadChar()
114 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in DiscardNull_Default_ReadLine()
134 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in DiscardNull_Default_ReadTo()
195 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in DiscardNull_true_false_Read_byte_int_int_Before()
218 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in DiscardNull_true_true_Read_char_int_int_After()
241 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in DiscardNull_false_flase_Default_ReadByte()
265 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in VerifyDiscardNullBeforeOpen()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/SerialStream/
H A DFlush.cs28 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in Flush_Open_Close()
43 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in Flush_Open_BaseStreamClose()
58 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in InBufferFilled_Flush_Once()
59 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in InBufferFilled_Flush_Once()
80 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in InBufferFilled_Flush_Multiple()
81 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in InBufferFilled_Flush_Multiple()
104 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in InBufferFilled_Flush_Cycle()
105 … using (SerialPort com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in InBufferFilled_Flush_Cycle()
134 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in OutBufferFilled_Flush_Once()
158 … using (SerialPort com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in OutBufferFilled_Flush_Multiple()
[all …]
H A DClose.cs22 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in OpenClose_WriteMethods()
65 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in OpenClose_ReadMethods()
124 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in OpenClose_DiscardMethods()
152 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in OpenClose_OpenClose()
182 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in OpenClose_Properties()
200 … using (var com1 = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in OpenFillBuffersClose()
201 … using (var com2 = new SerialPort(TCSupport.LocalMachineSerialInfo.SecondAvailablePortName)) in OpenFillBuffersClose()
258 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in OpenCloseNewInstanceOpen()
296 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in Open_BaseStreamClose_Open()
315 … using (SerialPort com = new SerialPort(TCSupport.LocalMachineSerialInfo.FirstAvailablePortName)) in Open_BaseStreamClose_Close()
[all …]
/dports/emulators/stella/stella-6.6/src/emucore/
H A DSerialPort.hxx30 class SerialPort class
33 SerialPort() = default;
34 virtual ~SerialPort() = default;
77 SerialPort(const SerialPort&) = delete;
78 SerialPort(SerialPort&&) = delete;
79 SerialPort& operator=(const SerialPort&) = delete;
80 SerialPort& operator=(SerialPort&&) = delete;
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/serial/
H A Didlharness.https.any.js.ini41 [SerialPort interface object length]
47 [SerialPort interface: operation getInfo()]
68 [SerialPort interface object name]
77 [SerialPort interface: attribute onconnect]
83 [SerialPort interface: attribute readable]
89 [SerialPort interface: operation close()]
98 [SerialPort interface: attribute writable]
154 [SerialPort interface object length]
178 [SerialPort interface object name]
187 [SerialPort interface: attribute readable]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/serial/
H A Didlharness.https.any.js.ini41 [SerialPort interface object length]
47 [SerialPort interface: operation getInfo()]
68 [SerialPort interface object name]
77 [SerialPort interface: attribute onconnect]
83 [SerialPort interface: attribute readable]
89 [SerialPort interface: operation close()]
98 [SerialPort interface: attribute writable]
154 [SerialPort interface object length]
178 [SerialPort interface object name]
187 [SerialPort interface: attribute readable]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/serial/
H A Didlharness.https.any.js.ini41 [SerialPort interface object length]
47 [SerialPort interface: operation getInfo()]
68 [SerialPort interface object name]
77 [SerialPort interface: attribute onconnect]
83 [SerialPort interface: attribute readable]
89 [SerialPort interface: operation close()]
98 [SerialPort interface: attribute writable]
154 [SerialPort interface object length]
178 [SerialPort interface object name]
187 [SerialPort interface: attribute readable]
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/serial/
H A Dserial_port.cc134 Member<SerialPort> port_;
160 Member<SerialPort> port_;
164 SerialPort::SerialPort(Serial* parent, mojom::blink::SerialPortInfoPtr info) in SerialPort() function in blink::SerialPort
170 SerialPort::~SerialPort() = default;
449 void SerialPort::AbortClose() { in AbortClose()
454 void SerialPort::StreamsClosed() { in StreamsClosed()
460 void SerialPort::Flush( in Flush()
467 void SerialPort::Drain( in Drain()
594 void SerialPort::OnOpen( in OnOpen()
622 void SerialPort::OnGetSignals( in OnGetSignals()
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.Devices/
H A DPorts.vb38 Public Function OpenSerialPort(ByVal portName As String) As SerialPort
39 Dim result As New SerialPort(portName)
44 … Public Function OpenSerialPort(ByVal portName As String, ByVal baudRate As Integer) As SerialPort
45 Dim result As New SerialPort(portName, baudRate)
50 …rialPort(ByVal portName As String, ByVal baudRate As Integer, ByVal parity As Parity) As SerialPort
51 Dim result As New SerialPort(portName, baudRate, parity)
56 …String, ByVal baudRate As Integer, ByVal parity As Parity, ByVal dataBits As Integer) As SerialPort
57 Dim result As New SerialPort(portName, baudRate, parity, dataBits)
62 …teger, ByVal parity As Parity, ByVal dataBits As Integer, ByVal stopBits As StopBits) As SerialPort
63 Dim result As New SerialPort(portName, baudRate, parity, dataBits, stopBits)
[all …]

12345678910>>...23