File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
nanoFramework.Hardware.Esp32 Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,23 @@ public enum DeviceFunction
161
161
/// </summary>
162
162
COM3_CTS = DeviceTypes . SERIAL + ( 3 * ValueTypes . DeviceIndex ) + 3 ,
163
163
164
+ /// <summary>
165
+ /// Device function TX data for COM4
166
+ /// </summary>
167
+ COM4_TX = DeviceTypes . SERIAL + ( 4 * ValueTypes . DeviceIndex ) + 0 ,
168
+ /// <summary>
169
+ /// Device function RX data for COM4
170
+ /// </summary>
171
+ COM4_RX = DeviceTypes . SERIAL + ( 4 * ValueTypes . DeviceIndex ) + 1 ,
172
+ /// <summary>
173
+ /// Device function Request to Send(RTS) for COM4
174
+ /// </summary>
175
+ COM4_RTS = DeviceTypes . SERIAL + ( 4 * ValueTypes . DeviceIndex ) + 2 ,
176
+ /// <summary>
177
+ /// Device function Clear to Send(CTS) for COM4
178
+ /// </summary>
179
+ COM4_CTS = DeviceTypes . SERIAL + ( 4 * ValueTypes . DeviceIndex ) + 3 ,
180
+
164
181
/// <summary>
165
182
/// Device function PWM1
166
183
/// </summary>
You can’t perform that action at this time.
0 commit comments