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.
using .net serial class, can need in few lines of code. aware though, need use delegates update ui.
Comments
Post a Comment