c# - sending data over RS-232 -


i have application communicates via rs-232 serial port.

is there application or library can use send data local serial port?

i need able locally debug application.

if looking virtulize serial port in code, trick you.

http://com0com.sourceforge.net/

as .net code, "serialport" class incredibly easy use, reference (iv'e used many times) can found here.

http://msmvps.com/blogs/coad/archive/2005/03/23/serialport-_2800_rs_2d00_232-serial-com-port_2900_-in-c_2300_-.net.aspx

using .net serial class, can need in few lines of code. aware though, need use delegates update ui.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -