Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
3 Wire RS232 interface problem
Name: engrnoman Date: August 17, 2003 at 07:47:44 Pacific OS: windows 98 CPU/Ram: 256
Comment:
This is my 4th question regarding RS232 base device. Now i have a manual with me which says use 3 wire interface mean TX pin 3 RX Pin 2 Ground pin 5 and send ASCII command V? with line feed you will get responce from Device. I am sending this command by usng MSCOMM comm.output="V?" & vbCr After sending this command i am just getting comm.CommEven=1 error nothing else and long sleep What is problem
Summary: Hi, I was wondering if someone could help me out with a small problem I am having with gcc 3 running on Mac OS 10.2.6. I had written a small app (in c++) and compiled initially using gcc 2. Later I...
Summary: Hi I've have a very tricky probelm concerning TAPI 3.1. I'm able to make an outbound call via my TSP and the related call object. The call disconnects and the disconnect event is received. However, w...
Summary: You can't test for a ready condition if you don't use any handshaking (hardware or software). With 3 wires. You can test you receive buffer for received characters, but you cannot test if the other si...