shahrol_hisham
Advanced Member level 4
rs232 and c
what function i need to call for comunicate with serial rs232 if i using c ?
what function i need to call for comunicate with serial rs232 if i using c ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
inp, inpw, outp, outpw <CONIO.H>
inp reads a byte from a hardware port
inpw reads a word from a hardware port
outp outputs a byte to a hardware port
outpw outputs a word to a hardware port
Other Functions.............................................
inport, inportb outport, outportb
dani said:This is for Dos...
If you need window version then you will have to swtich on C++ or VC++..