Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
asd
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO.Ports; namespace SerialCommunication { public partial class Form1:Form { bool LEDDurum = false; public Form1() { InitializeComponent(); serialPort1.PortName= "COM13"; serialPort1.BaudRate = 9600; serialPort1.Open(); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
hello world
Queue with Queue Data type
dfdfdff
RegEx
Problem_rstring
https://sway.office.com/9K20qF2xQc421cPr
fsdgdgfd
ICollection<T>.Add(T) - Performance Test
Distinct linq not used
find maximum consecutive repeating character
Please log in to post a comment.