P
pandi
Hi
I am developing a mini application which just get the input from
serial port and after this copies some file to my LAN machine(share
folder)...I am using Visual C++....
Friends can you give the way to access serial port? and then network
file accessing like open a file and write/read, close?
One more thing i want to know is regarding system command using...
I can able to use system command like
system("CMD arg1..argn") => This works fine
However what i need is arg1 is stored to a variable var1 and then
others in var2,,,var3
Now how to i use this variable in system command..
Thanks
I am developing a mini application which just get the input from
serial port and after this copies some file to my LAN machine(share
folder)...I am using Visual C++....
Friends can you give the way to access serial port? and then network
file accessing like open a file and write/read, close?
One more thing i want to know is regarding system command using...
I can able to use system command like
system("CMD arg1..argn") => This works fine
However what i need is arg1 is stored to a variable var1 and then
others in var2,,,var3
Now how to i use this variable in system command..
Thanks