hi. tanx for your interest.
i want to connect my pc to a micro controller (at89c51ed2 atmel product) via serial port.
for example when you want to send one byte from uc you write this byte to the buffer and when uc completly sends this byte it sets transmit interrupt flag (TI) and you sure the data is sent.
but in labview when i use write.vi when it write one byte in it, it returns '1' in 'the number of write byte' but it is not the time that i recieve data in uc. after 2 or 3 miliseconds i will recieve data in uc. i'm not sure but i think here is a delay.
so i think maybe there is an interrupt in labview that i'm sure the data is sent completly.
tanx. ali.