blah blah blah is here! blah blah » Close

0
votes
2 answers

Sorry if this is repost but....Help with C# comms emulating hyperterm send strings

GlennP
329

Hi All, (For the third time!) Sorry if this a repost but we have issues at this end(!) I have sucessfully integrated the following into my code [code] private void rtbOutgoing_KeyPress(object sender, KeyPressEventArgs e) { ...

1
votes
0 answers

Is the best way....

GlennP
329

Hi All, In my [b]continuing[/b] quest with this app I am writing, I am now trying to read a piece of data back from the com port this bit of code is in Write_DUT() function. What I am trying to do is wait for there to be a string starti ...

2
votes
1 answers

How to send Control Codes in C# serial port class?

GlennP
329

Hi All, I have been bullied into modding some serial communications software I wrote a little while ago. The main mods I have done but the mod thats holding me back is to send control characters and hex values because at the moment I ap ...

0
votes
1 answers

How Have I done this??, Program does not appear in task manager?

GlennP
329

Hi All, This related to a post from yesterday that Vulpes answered. I have got around what I thought was the problemonly to encounter a new one. My original problems were a program locking up it was due to a Thread.Sleep(200) and a whil ...

0
votes
1 answers

Is my problem caused by Thread.Sleep() ???

GlennP
329

Hi All, I am encountering an oddity with a program that I have written for a test. It uses two serial ports to talk to two different bit's of Hardware, one to give readings one to adjust readings, compare the two and away. The problem ...

0
votes
2 answers

Serial Port and Threads.....

GlennP
329

Hi All, Quick Yes or No question does the Serial Port class generate seperate threads if you are using mulltiple instances of it or does it all exist in the same thread? Glenn

0
votes
1 answers

App keeps crashing.....

GlennP
329

Hi All, I am in the process of writing a programming and test rig for some boards and have noticed an oddity. Some boards have been presumably damaged and when I try to test them the program hangs. My thought was well it can't open the ...

Feedback