Serial Port Communication Asp Net

Communication

serial port communication
Hi, I am trying to figure out how to use the serial port in perl. I am using windows with ActivePerl. This is what I have so far: [CODE] $o_rs232Port = new Win32::SerialPort($ARGV[1]) || die 'Can't open $ARGV[1]: $!'; $o_rs232Port->user_msg('ON'); $o_rs232Port->baudrate(115200) || die 'Can't set 115200'; $o_rs232Port->parity('none') || die 'Can't set parity none'; $o_rs232Port->databits(8) || die 'Can't set 8 data bits'; $o_rs232Port->stopbits(1) || die 'Can't set one stopbit';..
Serial port communications?
I would like to open a serial communications port directly in PB script. I am currently using PB 6.0 and do not see a way to do it without using an .ocx or .dll. I there a way to open a comm port directly in PB and perform simple input/output operations to this port? I have tried without out success to use PDQComm .ocx. I am not sure how to reference the PDQComm.ocx ole object in PB. Plus, I don't have a big budget on this project to buy the 3rd party control. Any help would be appreciated!! I have used the Serial drivers from Willie's Computer Software Company (W..
Serial port communications
Hi All I am currently using async pro for serial comms, but due to lack of updates/support I would like to move to another comm component. I am currently looking at TComport. In async pro, I bypass the events and send-wait-receive the data. The data sent, is a sequence of integers, sent from an array and received back into an array. Is this possible with TComport or is there a better way? Some code would be appreciated. Regards Godfrey > {quote:title=Godfrey Fletcher wrote:}{quote} > Hi All > > I am currently using async pro for serial comms, but due t..
communicate with serial port
Hello! I'm an italian PowerBuilder 5.0 developer; I need to use serial port on both platform Win95 & WinNT; well.. does exists an object or DLL that simply communicate with serial port? Thank you in advance & excuse me, for my rough english. Diego Ferrari e-mail: csteam@protec.it hi, i am use mscomm.vbx with visual basic 3.0 is this easy use, ok function bye hi, itallian now, search this site http://www.digitalw.com in this web on the right panel choose FREE, here have PBTTY example for serial comunications in PB5.0 Bye, Good luck ..
serial port communications
What are the options available for PB developers for serial port communication? I browsed the web and found I/O ActiveX Communications Control from JSPayne which is well documented and not that expensive (70$), but takes almost 2M of space (the ocx takes only 48k, other files take the rest) and requires registering during setup. Is there anything smaller out there? Thanks! Andrzej Here's the one I always recommend: http://www.wcscnet.com/ On Thu, 31 Aug 2000 08:59:44 -0400, in powersoft.public.powerbuilder.general Andrzej D Zaleski <gmsaxz@friko7.onet.pl> w..
Communicating with the serial port
Hi, i would like to know in general how it's possible to communicate with the serial port with Powerbuilder. In particular i would like to know if i have to use the Windows API or if there are OCX/ActiveX that can be used to perform this task. Thank you very much, Antonio. -- Antonio Volpon - http://laika.nline.it/users/volpon/ mailto:volpon@nline.it Hi, there is an OCX which comes with VisualBasic a microsoft product. MSCOM32.ocx. That would do it. It ONLY works on PB6. HTH Sanjay Antonio Volpon wrote: > Hi, > i would l..
Communicate with Serial Port
I am working on a project which is using a digital scale and connect it to a com port. Then using PB to send a command to the scale and the scale would then send back the weight reading to PC. My question is what is the easiest way to do this in powerbuilder. I know in VB I can call open function to open the com port. However, PB is my favour and I don't want to change to VB. I am not familiar with windows API or DLL call. Can anyone help me! Thanks Simon I would guess that Win APIs would be your best bet. perhaps these will help. http://www.vbapi.com/index.html http:..
Motherboard without serial port and modem is serial port
hi all . i have modem with moder 'usrobatic 5668' (http://www.usr.com/support/5668/995668b-ug/main.htm)and it work well in linux with my old motherboard . this week i buy new motherboard Gigabyte EP43-tUD3l and this mother board havent and serial port for i connet my modet to it . so i buy a Wipro pci serial card (2/4/8 port) and the company say: > plug and play atumatic distbute IRQ and I/O adress and seitch no jump > using software to setup 32 bus designm support pci 2.1 criterion adapt > high speed i/o controller (16c550c or UART) one pc can connect several > ..
Serial Port Communications #2
Hi all, I am able to write to a com port just fine. The problem that I am having is reading from a COM port. Here is what I am doing. I open the com port for write (because I have to send a esc code to the device first). I then issue the ReadFile function. I am not sure if I have the read function defined correctly or if I am calling it correcly. My external Functions are defined as follows: /* To create a file */ function long CreateFileA(ref string lpszName,long fdwAccess,long fdwShareMode, long lpsa, long fdwCreate, long fdwAttrsAndFlags, long hTemplateFile ) library &q..
communicate with serial port #2
Hello! I'm an italian PowerBuilder 5.0 developer; I need to use serial port on both platform Win95 & WinNT; well.. does exists an object or DLL that simply communicate with serial port? Thank you in advance & excuse me, for my rough english. Diego Ferrari e-mail: csteam@protec.it Check the Powersoft site (http://www.powersoft.com/). On this page there's a link to a new section called Component Gallery, where you'll find information about different OCXs you can use in PB, including serial communication ones. Regards, -- Juan Bautista Nunez R. S..
communicating with serial com port
Dear friends,i was trying to test a codes to communicate with serial com port in my computer. But it just show me 'serialport is not defined'. Below is my codes, pls have a look and advice.1 <%@ Page Language='VB' %> 2 <%@ import Namespace='system' %> 3 <%@ import NameSpace='System.I0' %> 4 <%@ import NameSpace='System.I0.Ports' %> 6 <script runat='server'> 10 11 Sub ImageButton1_Click(sender As Object, e As ImageClickEventArgs) 12 dim po..
Communication using serial port
Friends, How can I do in P++ 2.0 write and read operations in a serial port ? I need to send a string or a sturcture from a computer to other. I used the CreateFile(API 32) to open the port. The funcion WriteFile / ReadFile (API 32) don't work fine. Any sugestion will be wellcome. Thaks for all Andre Lehdermann On Thu, 11 Mar 1999 15:28:09 +0000, Intellectus <intellectus@intellectus.com.br> wrote: C users Journal - article by woodruff. July 1997. Downloadable from www.cuj.com. > >Friends, > >How can I do in P++ 2.0 write and read operations i..
Serial Port Communication Asp NetSerial port communication asp networks

Than q for your reply deepak and i am a new to network programming can you give mo more information about this serial port communication with asp.net. Apr 19, 2012 than q for your reply deepak and i am a new to network programming can you give mo more information about this serial port communication with asp.net. Serial ports, also called communication (COM) ports, are bi-directional. Bi-directional communication allows each device to receive data as well as transmit it. See full list on ruger.com. Sneak peek ph.

Serial Port Communication Asp Net Login

P: n/a
Here is a .net assembly for accessing the serial port:
http://franson.com/serialtools/index.asp?platform=net
only $30 bucks
'Brock Allen' <ba****@NOSPAMdevelop.com> wrote in message
news:36**********************@msnews.microsoft.com ..
There are no managed APIs to connect to the serial port in v1.x. There are
in v2.0 though. If you need a solution now, you'll have to write unmanaged
code and then interop to access it.
-Brock
DevelopMentor
http://staff.develop.com/ballen
I need to access the serial ports on my webserver from an asp.net
page. I have no problem accessing the serial ports from a windows
form application, but the code doesn't work in asp.net. I have been
told it is not possible to access the serial ports from asp.net.
The application is used to control custom hardware. The hardware is
connected to a PC through serial ports. Our customer wants to control
the hardware from a remote location so our idea was to have IIS
running on the PC and the recorder controlled through a web page.