blah blah blah is here! blah blah » Close

0
votes
1 answers

Do I need a custom event handler or would a timer do?

GlennP
215

Hi, The below code shows the way I am being told to Serial Comms (I think that polling to see if an event has happened would be better but....). Then problem I have is that the program appears to get stuck at the point [code] while (R ...

1
votes
1 answers

Can we use Serial Port in ASP.NET Webforms?

in Winforms, this is easily done: using System.IO.Ports; SerialPort myComPort = new SerialPort("COM1", 115200, Parity.None, 8, StopBits.One); if (myComPort.IsOpen == false) { ...

1
votes
2 answers

Console Questions

Hi Everybody, I am looking for ways to implements simple Qbasic features into C Sharp Console namely: 1. The use of blinking color in Console. 2. Delimit Clear Screen as from Row 5 Downward so as to leave the first five row of the Co ...

0
votes
1 answers

Sniff packets on specified port with RAW sockets.

I've been trying for some time to write a sniffer for a specified port, i've found some on the internet but they all sniff all the packets so is it possible to configure the socket to receive only packets from a specified port or do I have ...

0
votes
1 answers

Ethernet and Virtual Serial Port

I am a beginner in C#. I want to develop a software which will work through Ethernet. I know something about "Serial Port". But I know little about Networking. So I want some software[free] which will create Virtual serial port t ...

Feedback