Find Jobs
Hire Freelancers

Retreive Data Over TCP From RS232 Serial Server

$250-750 USD

Berlangsung
Dibuat sekitar 14 tahun yang lalu

$250-750 USD

Dibayar ketika dikirim
We require a command line EXE that will retrieve data from the serial port side of a RS232 Ethernet server. The server used is the GW212 1-Port Serial Device Server found at this site: [login to view URL] - There is a weigh scale attached to the serial port side of the serial server. - We require an EXE that will query the IP address of the serial server and return the weight value of the attached weigh scale. - We can currently do this using PUTTY but we need to be able to execute this in an automated fashion. - A program we currently use will need to call the proposed EXE. The proposed EXE will be required to return the weight from the scale and store it in a text file. Our current program will read the text file for the required weight. - The proposed EXE must be very efficient and low on system resources. It must be able to run within terminal server sessions as there could be several hundred sessions that will query various weigh scales. In other words, it could be that several hundred instances of this EXE (each polling a different IP/Server) could be executed at approximately the same time. - We will have a server available on a public IP address with a scale attached for your use during development. - At successful project completion, we ask that the source code be provided along with the compiled project EXE. The specifications of the utility are as follows: - A Single EXE file that will run under 32-Bit & 64-Bit Windows Operating Systems (specifically Windows Server 2008). - Prefer this to be a single EXE file with little or no dependancies (eg: DLL's, libraries, etc.). - After the EXE has queried or polled the IP for data & written the result to the Text data file, exe must exit completely & all system resources used must be completely released & returned to the OS. - The utility will query the IP address (which will be specified in an .INI file) and return the data to a Text file. - The EXE should look for an .INI file in the same directory that it is called from. - The .INI file will specify the following: > A COMMENTS line where we can add any text comments that may be needed. This has has no bearing on any function of the EXE file. Solely for our use to record notes, comments, or messages. > IP address of the serial server > Location of the text file (if no data specified, default to same directory that EXE is called from) > Overwrite or APPEND data in text file (in other words, if overwrite is specified, the text file will always be created new and contain only one line of the latest data that was polled. If APPEND is specified, the text file will not be created new and the polled data will be appended to the current data in the text file). We request that the developer has successfully completed similar projects in the past.
ID Proyek: 654706

Tentang proyek

19 proposal
Proyek remot
Aktif 14 tahun yang lalu

Ingin menghasilkan uang?

Keuntungan menawar di Freelancer

Tentukan anggaran dan garis waktu Anda
Dapatkan bayaran atas pekerjaan Anda
Uraikan proposal Anda
Gratis mendaftar dan menawar pekerjaan
Diberikan kepada:
Avatar Pengguna
I have 22 yrs experience in VC++ programming and programmed this kind of server/client applications many times. Regards,
$500 USD dalam 10 hari
5,0 (4 ulasan)
5,5
5,5
19 freelancer menawar dengan rata-rata $359 USD untuk pekerjaan ini
Avatar Pengguna
Hello - Please see PMB for details of my bid. Thank you. Chandra Ram
$600 USD dalam 10 hari
4,9 (55 ulasan)
5,9
5,9
Avatar Pengguna
We can help in your project, please check PMB and our ratings/reviews to get idea of our experience.
$250 USD dalam 5 hari
4,7 (15 ulasan)
5,2
5,2
Avatar Pengguna
Hello. I am an Industrial Automation & Embedded systems design consultant. My previous work entails working mostly with such device servers for RS-232 TCP / UDP over IP. Please check PMB. Warm Regards... Zeeshann A. Noorwala Automation Engineering Solutions
$350 USD dalam 7 hari
5,0 (4 ulasan)
4,4
4,4
Avatar Pengguna
I've already make interfaces between weigh scales and computers using RS-232 links as well as TCP/IP agents to run in the background. I would code this in pure C language to have the best efficiency and no dependencies. compiled with DevC++/MinGW/GCC There is a bug in the windows socket API that somtimes drives the calling process to hang even if a timeout was defined. I've make a top layer API to fix this issue by lauching a connection or a read request inside a separate thread so that the main program can check the time delay and abort it if it exceeds a given time. anyway this layer is written in a very efficient way, no pooling, no loops, just wait functions triggered by events. when the program ends, all ressources are released.
$350 USD dalam 7 hari
5,0 (4 ulasan)
4,1
4,1
Avatar Pengguna
If you agree in using Winsock with Visual Basic 6.0 I could show you a demo. Is it a simple serial to TCP/UDP device right? And it works with the combination between IP Address and Port. VB6 can handle as many as process instance by using thread.
$400 USD dalam 3 hari
5,0 (5 ulasan)
3,6
3,6
Avatar Pengguna
Hi, i'm interested with your project. Please check PM.
$250 USD dalam 4 hari
5,0 (3 ulasan)
3,1
3,1
Avatar Pengguna
It is a pretty simple project and I could develop an exe so that it would use as little resources as possible using C.
$250 USD dalam 7 hari
5,0 (2 ulasan)
2,0
2,0
Avatar Pengguna
Hi, We have developed data loggers which use RS232 to ethernet converters for sending and receiving data over web. We have got expertise in Visual Studio 2008 too. Thanks, Amit
$300 USD dalam 25 hari
4,5 (1 ulasan)
1,4
1,4
Avatar Pengguna
See details in MB.
$600 USD dalam 20 hari
0,0 (2 ulasan)
4,5
4,5
Avatar Pengguna
Dear Sir, i am working with weight bridge manufacturer and marketing company in which involve in various type of Weight bridge ranging from 25 Tons to 120 Tons i have developed this type of software for a user. i can provide the solution as per your requirement Please See PM thanks
$250 USD dalam 7 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
Hi, I'm experienced with such kind of project and did a lot of Serial to Ethernet solutions for SCADA and remote AC controlling systems. Some of them based on NETEON products. Please check my professional profile for details.
$500 USD dalam 5 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
Hi larsmuller, running my own small-scale software development business in Germany, I have done extensive work in the past involving network communication and RS232 interfacing to measurement equipment - e.g. interfacing to and reading data from an industrial PLC (programmable logic controller), or complex telemetry systems for scientific applications. I have high standards of clean, well-tested code with good performance. I can send you code samples on request. I would use cross-development from Linux using GCC/MinGW32, programming in C for low memory footprint and maximum performance. You would get a stand-alone EXE file with all necessary library code (if any) included, so there will be no DLL dependencies. The C code will be mostly standard C + Win32 API, so it is easy to port to other C environments. This will be a 32-bit executable that will also run on 64bit Windows' via the WoW64 compatiblility layer (which is either a standard component of 64bit Windows or installed by default). For this kind of application, there would be little or no gain compiling for 64-bit mode. As for perfomance, you will likely have a noticable perfomance penalty for starting a new process for every single value - did you consider making a program to bulk read a larger number of values per call, or calling it as a library function from your master program? Even if you can simply read values via putty, it might be helpful to have some documentation about the RS232 server and scale device, to make sure timing specs etc. are met. I would appreciate if you would consider my bid. Best regards, Rainer Zimmermann (Lightshed IT Services)
$250 USD dalam 7 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
Please check PM
$250 USD dalam 7 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
I am electronics engineer, specialized on Instrumentation, telecomm, and microprocessor hardware and software using 8085, Z80, 6500, 8031, 6800, PIC's families, since 1982. Please provide me with the hardware you want to build. Is Hardware cost included in the bid money. Awaiting your answer.
$420 USD dalam 30 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
Hello , I worked in the embedded area for many years , this can be easily done . Thank you
$250 USD dalam 3 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
Hello, I can make your project in VS 2005, C# language, with a small(<10Mb) DB like MS SQL 2005 server.
$500 USD dalam 30 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
ah Easy !!
$250 USD dalam 30 hari
0,0 (0 ulasan)
0,0
0,0

Tentang klien

Bendera CANADA
Woodstock, Canada
5,0
2
Anggota sejak Jan 16, 2008

Verifikasi Klien

Terima kasih! Kami telah mengirim Anda email untuk mengklaim kredit gratis Anda.
Anda sesuatu yang salah saat mengirimkan Anda email. Silakan coba lagi.
Pengguna Terdaftar Total Pekerjaan Terpasang
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Memuat pratinjau
Izin diberikan untuk Geolokasi.
Sesi login Anda telah kedaluwarsa dan Anda sudah keluar. Silakan login kembali.