I am exploring the RS232 communication possibilities. I am faced with problems when i try to send file across the rs232 port. Please help...
I am really sorry if i was not expressive enough. I will explain the situation.
I have implemented the RS232 communication, At System A, i am having the program developed using Visual Basic and on System B I have another program written using C++. The two programs already communicates using the RS232 port and it is currently works like a chat utility. To enhance the work i want to add an additional module to send files. Here i am faced with problems.
To be specific, i tried to send a text file across the port. The data is being received at the other end and saved to the file also. But when i open the file at the received end i observed that additional enter has been saved. After an analysis i found out that it was not exactly an enter (chr(13)) but chr(10) that appearing on the output file.
If somebody could clarify, it would be highly helpful....
>> zandiago Glad to have you with us! Please place question in correct section of Forum!
So since i am using both Visual Basic and C++, i was not sure where to make the post. Sorry About that..