02-01-2006 11:18 AM
02-03-2006 01:02 AM
You can find useful information about Serial port Handshaking modes in this Knowledgebase online. It discusses the use of RTS/CTS and DTR/DSR lines for different purposes.
Also, there is a whole set of documents you can look up for reference:
http://digital.ni.com/public.nsf/websearch/8EC833DA692DFBA286256BA100020214?OpenDocumenthttp://digital.ni.com/public.nsf/websearch/5C28120783A651FC8625693B00558EA8?OpenDocument
http://digital.ni.com/public.nsf/websearch/1ECEFAA7AD52994986256966005356EA?OpenDocument
http://digital.ni.com/public.nsf/websearch/022A3C75A1F36DFF86256E6200705996?OpenDocument
Hope this helps,
AlessioD
.02-03-2006 02:14 AM
02-06-2006 03:04 AM
Hi Graziano,
If you use modem, I think you should not use the handshake signals in your program. These signals are for the handshake between the Uart (in your PC) and the modem.
I think you would be better of if you use a software handshake.
If you are transmitting ascii data you use Xon-Xoff as a handshake.
Another possibility is to use a transfer program like Kermit or make a simple protocol yourself in
02-06-2006 05:23 AM