|
-
Mar 11th, 2010, 11:57 PM
#1
Thread Starter
Fanatic Member
Send data, string through Serial Port
Hi , i knew Serial ports are a type of computer interface that complies with the RS-232 standard. They are 9-pin connectors that relay information, incoming or outgoing, one byte at a time. Each byte is broken up into a series of eight bits, hence the term serial port.
And I want to write a program chatting through Serial Port. Have you got any sample about that please send me. Thanks.
-
Mar 12th, 2010, 12:20 AM
#2
Lively Member
Re: Send data, string through Serial Port
Download this very good application, and save yourself some time:
Multi-User Chat Application
Technik ... Kniff, die Welt so einzurichten, dass wir sie nicht erleben mussen
Max Frisch
-
Mar 12th, 2010, 12:37 AM
#3
Re: Send data, string through Serial Port
The .NET Framework includes a SerialPort class. There are various examples around of its use.
http://www.dreamincode.net/forums/in...howtopic=37361
That was on the first page of results from a Google search for .net serialport. I reckon there'd be examples on this site too, e.g. in the CodeBank.
-
Mar 12th, 2010, 12:53 PM
#4
Fanatic Member
Re: Send data, string through Serial Port
And, I have one or two examples in my book (OK, perhaps a few more), Visual Basic Programmer's Guide to Serial Communications 4. You also can go to my website and download a serial terminal example along the the other examples that posters have mentioned.
Dick
Richard Grier, Consultant, Hard & Software
Microsoft MVP (Visual Basic)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|