Hello people,
Until now i worked under DOS only (TurboPascal) and for my (RS232) purposes i used
direct port access. Under WinXP and with FreeBasic i want to use standard access
"OPEN COM ....." , but this is too new for me. What confuses me:
- how i can check is or not new byte arrived(under DOS i have interrupt)? Or here is another principle?
- when sending - can i send byte by byte (and how to check is sended or still not previous byte, under DOS i use interrupt)? Or i must output to "file" whole packed?
- If "OPEN COM" is for opening , which command is for port closing - "CLOSE filenum" ?
Thank You and regards,
Stefan