Topic profile page for Serial Port.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Serial Port.
Topic "Serial port" was discussed 9,834 times on 943 sites in last 3 months
Started 1 minute ago (2009-11-27 18:42:00)
by cheapsupps
Hi, I need to purchase a laptop with native serial port for my work, not those with port replicator. However, I am unable to find one (new model) with one. Please help to assist.
Started 1 day ago (2009-11-26 14:19:00)
by youknownb
I am writing a simple program to send and recieve data via an obd to usb scanner. I can send the data but I can't get a reply the program times out here is a copy of the code. Any help would be appreciated. Imports System Imports System.IO.Ports Public Class Form1 Dim sPort As SerialPort Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System....
Started 2 days, 2 hours ago (2009-11-25 12:43:00)
by xelikan
Added standard serial port (PROLIFIC RECOMMENDED) for SAGEM LOCOSTO/CALYPSO! i think you have a bug if i select another com example: com20 and after go on unlock, software make automaticl com1 . sagem my421z
Started 2 days, 8 hours ago (2009-11-25 06:07:00)
by GlennPatton
Hi, I'm not quite sure that this will work but, I need to wait in a routine for a period of time until a Serial Device returns with some data so I need a: ComPort.Write(data); tmrTimeOut.Enabled = true; while(no data back) { Do Some thing } if(ComPort.BytesToRead > 0) { process data from serial port } return data , to be used else where this be done can't it? I'm also thinking I ...
Started 2 days, 14 hours ago (2009-11-25 00:25:00)
by november
I have a Dell Latitude D610 with 2 power cords and a copy of Dell's Windows XP Pro Install Disk. This laptop comes with a serial port as well. - Thanks Dylan This is a fresh install and the all the current drivers. If you would like Office installed or other softwares please PM me. I'm asking $375 OBO. Please make offers, all will be considered. Specs: 2.13GHz...
Started 2 days, 23 hours ago (2009-11-24 15:13:00)
by k4king
When printing some labels with the Seiko Smart Label Printer software I've come across a difference when using real serial ports vs a usb to serial adaptor. Printing labels with not much content is fine. But when printing labels with more and longer lines of address via a real serial port only about half the label prints. There is no obvious errors encountered and from the Queue ...
Started 3 days, 12 hours ago (2009-11-24 02:07:00)
by jamith
Hi All, I want to get the data coming from a weighing scale (rs232 signal) to a vb.net prgram, to a text box, how i get this? can any one give the code, Kind Regards Jamith
Started 4 days, 2 hours ago (2009-11-23 12:12:00)
by Soniq2
Boy I'm confused, I've opened a serial port connection using: CreateFile(portName, (GENERIC_READ | GENERIC_WRITE), 0, 0, OPEN_EXISTING, FILE_FLAG_OVERLAPPED, 0); and read data using ReadFile(), WaitForSingleObject() and GetOverlappedResult(). The device I'm communicating with, responds to a certain command by returning 10-20 bytes of information immediately, then pauses for awhile while ...
Started 4 days, 7 hours ago (2009-11-23 07:40:00)
by doublejlifton
Hi, Im trying to set up a data acquisition program in LabView using an optical pen made by STILL, the controller for the sensor transmits data via a serial port. I would like to use the instrument IO assistant to send a trigger command to the controller (in ASKII) and write the data received back to a file. The data received from the controller can be ASKII or binary. I have set...
Started 1 week ago (2009-11-19 17:38:00)
by Joe.Laguardia
E MACHINE WITH WINDOWS 7. I NEED THE DRIVER SOFTWARE ( 64 BIT) FOR A USB TO SERIAL PORT ADAPTER CABLE FOR MY HP 5P LASERJET PRINTER ( OFFICE DEPOT ADAPTER IS NO GOOD 1 person needs an answer I do too
Started 6 days, 23 hours ago (2009-11-20 14:56:00)
by jack@nz
Hi guys, thanks in advance for your help This is the scenario: I am writing a program to make all the serial ports on a PXI box is working. When the check is performed, the serial port wont be connected to any thing, so I guess I probably can't do a loop back test. So how can I do this? ...
Started 3 days, 22 hours ago (2009-11-23 16:05:00)
by Matt W.
Hi, Is something else connected to the device? If so you can open a session and try to ping the connected device (*IDN? Or some other basic command and then read the response). If nothing is connected you can open a session to the com port and look for errors on the error line. This last suggestion, as LV_Pro mentioned, is not as good as an actual loopback because you miss the ...
Started 1 week, 1 day ago (2009-11-19 00:24:00)
by Susheelss
Hi friends, All these days i used to program in Vb6.0. Now since from last 15 days I have been using Vb2008. In Vb6.0 I used MSCOMM for serial communications. Here in Vb2008 I found Serial port control equivalent to it. I somehow managed to learn how to send data using serial port control and set parameters like baudrate , stopbits , etc. But I' not getting how to get the received data...
Started 1 week, 1 day ago (2009-11-19 00:24:00)
by Susheelss
Serial port Control . Hi friends, All these days i used to program in Vb6.0. Now since from last 15 days I have been using Vb2008. In Vb6.0 I used MSCOMM for serial communications. Here in Vb2008 I found Serial port control equivalent to it. I somehow managed to learn how to send data using serial port control and set ...
Started 4 days, 18 hours ago (2009-11-22 20:50:00)
by TUNNAH
Hello, My new computer with windows 7 (64) has no more a parallel port but 1 serial. The printer may have 2 interfaces (parallel and serial) but up to Win XP SP3 it worked fine on a parallel port of an old computer. Since 1 week and many hours i trayed a lot of drivers from HP. However nothing is ever printed, no error is indicated and the printer on the computer indicates always ready....
Started 1 week ago (2009-11-19 19:56:00)
by johngoode111
I'm using several forms, each requiring access to the serial port. When I switch between them the port is deactivated. The port is activated through a special library command. How can I keep the port open and provide access for the other forms? I'm reopening the port triggered by form_load for form2 but that only works when I go to form2. When I come back to form1 the form_load trigger...
Started 2 days, 6 hours ago (2009-11-25 08:19:00)
by oiaohm
vitamin linux kernel bug 12309 is mostly likely part the locks and part this http://thread.gmane.org/gmane.linux.kernel/888279 Ie the write back system not working either. Big Kernel lock was also being turned on in the VFS at times for so called stablity requirements when passing off to filesystem drivers. Those are also gone in 2.6.32 for most filesystems. Between both its ...
Started 3 days, 22 hours ago (2009-11-23 16:01:00)
by العلمية
مشكور يرحم والديك هو أحنا ندرس مقرر اسمه مباديء الكمبيوتر وأكو درس عن أجهزة serial port و أجهزة parallel port والدكتورة طلبت منا نطلع شنو الأجهزة اللي تستخدم serial port وشنو الأجهزة اللي تستخدم parallel port