Serial Communications

M

Mark

Hi all....i need to write a Scaled down component or app
for Serial Communications , and x and z modem
does anybody know of a net library
Specifically that has xmodem and zmodem

or just point me in the right direction
thanks
davep
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

| Hi all....i need to write a Scaled down component or app
| for Serial Communications , and x and z modem
| does anybody know of a net library
| Specifically that has xmodem and zmodem
|
| or just point me in the right directio


Not sure about the specific protocols, there should be a lot of documents in
the web regarding those protocols. A last resource would be the Linux code
:).

In .NET 1.1 you don't have any serail comm. functionality, you need to
implement it, take a look at an article in MSDN magazine a few months ago.
In 2.0 you have a Serail comm class, but I do not know if it will be useful
for your purposes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top