08-19-2009 05:16 PM
08-20-2009 02:44 AM
Hi, i think that sending all bytes of command with ComWr at once is much better than send byte to byte.
this is because of multitasking.
{Simply:windows switch execution between running apllications every 1..16 or more milisceconds}
When data is transfered between application and driver(serial/usb) at once, there is high chance(allmost 99.9999%)to be send without disruption.
but windows is Not a realtime Os, so it depends upon used drivers(Serial/USB), processor ussage, and maybe some unknown faktors.
//Sory for my English 🙂