blah blah blah is here! blah blah » Close

0
votes
2 answers

C# TClientSocket

Hello, I have a device that needs to recieve data over Serial communication. There is a RS232 to RS485 converter in between. I have a Delphi program that is connecting to this device over a [b]TClientSocket[/b] [u]Delphi Code:[/u] ...

1
votes
2 answers

loop through string, if not found read more, if not found read more, if found, stop?

i'm reading a rs232 port and i call the readexisting: [code]string x = port.ReadExisting(); string y; if(x.Contains("\r")) { do something; } else { y = x + port.ReadExisting(); } [/code] this doesn't keep ...

0
votes
0 answers

html to communicate with serial port? what language should i use? (no flash, silverlight or activex)

so i have a socket set up to communicate with a serial port. how do i set up a webpage that communicates to the socket, and updates the webpage with a return message from the serial port? i have a server set up that takes messages and c ...

1
votes
1 answers

Serial Port connection

MickW
151

Anyone who can help me understand this would be much appreciated. I'm trying to connect to a Marconi 2945 to control it over the RS232 connection. I am trying to get my head around how to use the following data in the manual: The fol ...

Feedback