Click here to Skip to main content
15,905,776 members

Comments by sach262 (Top 34 by date)

sach262 21-Nov-10 19:06pm View    
I have just tried the "send ascii file" option with a terminal software called "Advanced serial port terminal" and the modem receives the file perfectly. I also used a serial port monitoring tool while doing this and i noticed that each line end is indeed sent with CR and LF. Now I am manually trying to do the sending in c sharp, but it does not work. Please see my code above, I am not indicating when I am finished, maybe that is the problem.
sach262 21-Nov-10 13:43pm View    
the receiving end is a telit modem. so first I send a special AT command telling it i am ready to send a file. Then I send the file after that
sach262 21-Nov-10 11:31am View    
I tried disabling the handshake, still no luck. I have just tried the "send ascii file" option with a terminal software called "Advanced serial port terminal" and the modem receives the file perfectly. So there is something definitely wrong with my code. Still trying to figure it out
sach262 21-Nov-10 10:28am View    
Thanks Griff, I can see what is being sent and received from the serial port , using a serial port monitoring tool. Yes I have tested COM9 with hyperterminal etc. I have updated my question with the flow control settings. Note the modem specifies hardware flow control.
sach262 21-Nov-10 10:07am View    
Hi, apologies for the incorrect format. I have updated the question with the port information