Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
asdasd
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
Prime Fibonacci
Hello world
MI
v3
Games
SunLocation
Basic event
Fun with Enums
The modifier 'private' is not valid for this item
Returning the number of 1s in the binary representation of an unsigned integer