Reading Data From Client Computer Serial Port Using Web Application?
Jan 2, 2010
Is it possible to read data from serial port of client system using asp.net web site. Here is my scenario
I will be having computers connected in LAN and a web application which resides on server. Each client computer will be connected to a external machine using serial port and is ready for reading data, external machine measures equipment details and sends through serial port.Now I need to read the same data using my web page, is it possible?
Like when we do video chatting our web page reads data from web cam and sends the stream to web page. this way how can I read data from client machine to web page.
View 1 Replies
Similar Messages:
Aug 30, 2010
I am making application with portable data terminal which connected to serial port. User will go with portable data terminal and scan data with it than we will connect it to PC and read all the data from it.
View 2 Replies
Feb 1, 2010
I'm new here and I've run into a problem with my first asp project. I've taken over this webpage and am currently trying to add functionality to take in data from a serial port and then put the parsed info into a series of textboxes. Right now I can get the data from the serial ports but the text boxes refuse to show the data.
[Code]....
NOTE: These are System.Web.UI textboxes, so I can't use text delgate and Invokes (which is the usual solution I have seen)
View 7 Replies
Jun 17, 2010
I am using serial port communication in my asp.net webform application...
[code]....
This method works when i send i single message... But when want to send sms in bulk opening and closing port everytime is not a good idea... So my question is it possible to use a serial port like session in c#?... When i open a port i want it to be open for 1 hour and then if my time expires i want to close the port and open it the next time...
View 1 Replies
Jan 27, 2011
I have an asp.net (FW 3.5) web app that runs on an internal network. One specific page needs to "report" in to the web server that it is active and not locked up. I need to be able to run a script (or something) at the client to report the pc's computer name in that report. I cannot find a method that does this. I found several things that would report the WAN IP or host name, but this appears to all be for external facing sites.
View 1 Replies
Jan 16, 2011
i can control a LPT port or COM port or any other hardware of server using ASP.Net with C#. I haven't found any clue in the internet.
I want to control a COM port Parallel port from web application.
View 2 Replies
Jan 29, 2010
What is the best way to check if client has an open port, and if it's forwarded properly?The app works like this currently:Client creates a socket for incoming connections and wants to notify everyone about his open port. Client also tries to setup port forwarding using UPnP (but it's not always present and enabled).Client then sends his port to the "central" known server.Server should check if the port is open (forwarded properly) and return its status.If there is a forwarding problem, client will notify user.The goal is to have an the IP + port info saved on the server to be able to give it to other clients. I could try to open a Socket from server to client and see if it fails, but is there an easier (faster) way to do it?For example, this site does something like that: http://www.canyouseeme.org/
View 1 Replies
Jan 23, 2010
i am storing word doc as a bindary data in database in my aspx page i have a click viewdoc button link, i want to open doc into ms word client when i click this link.
i have
Document as varbinary(max) type in db
DocumentType as nvarchar , .doc or .docx
View 10 Replies
Nov 13, 2010
I need to get the top-level domain of a client computer accessing my website. How do I do this? (code snippets in VB would be preferred).
View 2 Replies
Jan 15, 2011
Is there any way to write the client IP and computer name on my server running ASP.NET?
View 4 Replies
Jan 27, 2011
Im using forms authentication on a site. I have a requirement where I have to log the username of the user that is currently logged into the computer. It is not a public site. It is an intranet site at work. I have tried several different methods but they all return the username of the user that is logged into the site. The methods I have tried are below. Note: I would perfer to log the username without the domain.
[Code]....
View 4 Replies
Jan 13, 2011
how to make any text file on the client computer ?
can i get any C# asp.net sample code ?
View 2 Replies
Jan 22, 2011
I have web service on server! This service is calling from the clients applications!
Now how i can get user name and computer name of clients that using this service, for example if application from Clint1 calling this service i want to get computer name and user name of Clint1?
View 1 Replies
Jan 13, 2011
how to make any text file on the client computer ?can i get any C# asp.net sample code ?
View 4 Replies
Sep 22, 2010
The subject of this thread is my question and I am really very sorry, I cannot brief it. I have generated the pdf file which contains text taken as input by various web-form and have saved it in my local drive then sended it to some email addresses. Now I want to know that how can I save it in client computer and send it to some email addresses provided by Client on demand? I am failed to solve this problem as I don't know how to get INFORMATION OF CLIENT'S LOCAL DRIVE AS CLIENT MAY USES DIFFERENT OPERATING SYSTEM.
View 25 Replies
Jul 10, 2013
When am using below code it's working fine on my local host but when am host on server getting error.
Response.Write("sam "+System.Net.Dns.GetHostEntry(Request.ServerVariables["REMOTE_HOST"]).HostName);
Error:
The requested name is valid, but no data of the requested type was found.
View 1 Replies
Jan 4, 2011
I have we have deployed an ASP.NET applicatio (3.5 framework ) in IIS 6.0. It works fine in port 82 but it gives error in port80. we have installed follwoing KB969612 for IE8 issue to make it work
View 2 Replies
Sep 21, 2010
I have written the following code that successful ftps a file to the proper location as long as the file exists on the server itself....
However, I need the code to pull the file contents from the client computer, not the server.
Here is the code:
[Code]....
When I deploy this application to my staging server and test it, it's looking for the files on the staging server...not my local computer.
View 1 Replies
Sep 21, 2010
In an old ASP.NET 2.0 Web Site application I have reference to a class named ProfileCommon which gives me access to profile properties from the Web.Config. Now I'm trying to port this application to ASP.NET 4.0 and cannot compile because this class is not available in the 4.0 version.... What is the best way to get around this problem?
View 1 Replies
Sep 1, 2010
I want to send email to others. how can i find out my smtp address and port no. I am developing small application. I want to send mail to users.
View 2 Replies
Aug 15, 2010
Is there a way to read and write files on a client's computer using a web based application? Basically I need to create a internal app that will take two input CSV files and convert it into an output CSV file that is written to the same location as the input files on the client's computers.
Since this is an internal app, I don't have to worry about security. I can easily write a C# app for this but I want to create a ASP.NET app (or any other format). I even looked into creating a HTA application.
View 1 Replies
Feb 25, 2010
I wanted to run a .net application on a laptop. I created the application(aspx pages and SQL database) on a computer that has VS 08 installed. Now i wanted to run this application on a laptop that does not have SQL sever 2005 installed.
As far as the aspx pages if i publish them to a zip drive copy it to my laptop and go into IIS and define a new virtual directory to point where my pages are that should work RIGHT??
Now for the database i don't know what i need to do
View 5 Replies
Dec 17, 2010
Given a file path on client machine, is it possible for me to get the content of the file from that
location and show that content in browser using any client scripting language.when i explored on this , i got following information.1.Client scripting languuages are not allowed to have access to client system as it is a hugesecurity threat.2. We can use ActiveXObject (FileSystemObject) to have access to client system, but it haslimitations like it only works in IE & client also need to change IE settings to make sure that thisactive x componet runs in his browser.Does any one have any alternative solutions with Jquery/Ajax or any client scripting language(that is cross browser compatible and works for all file types.)
View 3 Replies
Jun 29, 2010
simple explanation like:- four blocks all connected to one server hosting a website using iis 5 c# i want if user from block a accesses the home page the page says block A user how are you, same goes for all blocks so how to identify from where the request is coming from in this simple scenerio
View 1 Replies
Jul 13, 2010
I'm currently trying to READ XML file from the client machine where the user can open from any location (there is no specific location). However, i browse to the folder and select the xml file and when it execute this line (below) it throw an error complaining about access to the path is denied any idea how should i approach?
error: System.UnauthorizedAccessException: Access to the path is Denied
Dim reader As New XmlTextReader(System.IO.Path.GetFullPath(File1.PostedFile.FileName))
Dim m_xmlr As XmlTextReader
'Create the XML Reader
m_xmlr = New XmlTextReader(System.IO.Path.GetFullPath(File1.PostedFile.FileName.ToString()))
'Disable whitespace so that you don't have to read over whitespaces
m_xmlr.WhitespaceHandling = WhitespaceHandling.None
'read the xml declaration and advance to family tag
m_xmlr.Read() **<<<<<ERROR**
'read the family tag
m_xmlr.Read()
'Load the Loop
While Not m_xmlr.EOF
...........................
View 1 Replies