blah blah blah is here! blah blah » Close

0
votes
2 answers

Serial Port Sending only strings.....

GlennP
296

Hi All, Probably asked this before but.... I have come across an issue with the Serial Port Class trying to find a method of sending numbers and control charcaters using the BinaryWriter object. I was using: [code] BinaryWriter bw = ...

1
votes
1 answers

C# Hyper Terminal Like comms

GlennP
296

Hi All, I am working on a bit of software I wrote for Serial Comms I now want an option to allow for the input to read straight out like HyperTerminal did i.e. press 'a' an a is sent out of the port. The software I wrote sends out comple ...

0
votes
1 answers

C# Com port send data as typed???

GlennP
296

and probably dirty method) of doing this in C# is there? Glenn

0
votes
1 answers

Implementation of X.25 protocol

Hello, I have to implement a system in .NET platform (C#) that communicates over ISDN using X.25 protocol. I tried to find something suggestive over the internet but I had no luck so, if anyone can provide me some help regarding this is ...

0
votes
2 answers

Pass a variable from one form to another

Let's say I have form1 and form2. Form1 and Form2 are open. You click a button on Form2 and it adds 1 to a variable called myNumber on Form1. Now the problem is I can't use the new keyword and create a new instance of Form1, because Form ...

0
votes
0 answers

Regarding SOAP Exception

Hi, I have a drawingboard[windows C#] application and a web application. Using web application i can select the drawing board application. I used click once deployment for that. In this case i am using a dataset to get the values from ...

Feedback