Serial Port's Questions

Hi everyone,

I have some questions about handle serial ports in NetOS 7.4.

How i could will working with mark/space parity, any example is good to understand it.

I don´t know if is able to do interrupts with serial ports in this OS. I want interrupt when a particular byte comes. By example, i need create an interrupt when “0xfd” is received in PORTC.

Thanks, and merry christmas :stuck_out_tongue:

hai
Read below document
“Serial Port Programming Guide for POSIX”
link:http://www.easysw.com/~mike/serial/serial.html
you can get basic information about serial port and how to programming serial ports.