Vbnet asciicông việc

Bộ lọc

Tìm kiếm gần đây của tôi
Lọc theo:
Ngân sách
đến
đến
đến
Loại
Nhiều kỹ năng
Ngôn ngữ
    Tình trạng công việc
    2,000 vbnet ascii công việc được tìm thấy, giá theo USD
    Java Coding - ASCII Art Đã kết thúc left

    ASCII Art - render the co-ordinates (latitude and longitudes) as an ASCII art. -A simple version with just a single character () or a handful of characters ( ) the plotted points should start to look like the map of the UK.

    $62 (Avg Bid)
    Nổi bật
    $62 Giá đặt trung bình
    4 lượt đặt giá
    Web developer Đã kết thúc left

    1. Make a Web page(s) to introduce YOU. 2. Study HTML/5, CSS, and Javascript. 3. Use HTML/5, CSS, and javascript (must include all three). a. Implement multiple menus or buttons to change the...use it/them. c. Interactive pages are preferred. d. Use CSS to make a nice layout for your own design (not necessary if you don't have time by due date). Use different CSS to change your web design if you can. e. No need to interact with the actual web server but create the file using an ASCII (e.g. notepad) editor. Your web pages can run on your own machine. 4. All designs are free designs so everyone's web page must be different and unique! NOTE: A HTML file(s) (include ASCII code, css, javascript or separate files) and all objects (multimedia/...

    $7 / hr (Avg Bid)
    Gấp
    $7 / hr Giá đặt trung bình
    42 lượt đặt giá

    I have the program below with all the sources and id like to make changes into the software Please send me your resume and portfolio

    $1158 (Avg Bid)
    $1158 Giá đặt trung bình
    48 lượt đặt giá
    computer systems and netwrok Đã kết thúc left

    i want solve some solutions in the netwroking on binary to decimal and ascii like that

    $14 (Avg Bid)
    $14 Giá đặt trung bình
    5 lượt đặt giá

    abbiamo un software gestionale nostro realizzato in VBNET e SQL Server, dobbiamo ridisegnare le maschere ed implementare le stampe, il lavoro sarà con il nostro team di sviluppo continuativo, vorremmo sviluppare un rapporto duraturo e quotidiano, sostanzialmente a tempo indeterminato.

    $24 / hr (Avg Bid)
    $24 / hr Giá đặt trung bình
    3 lượt đặt giá
    Proof-of-concept iPad app Đã kết thúc left

    Need a simple iPad application to send an ascii character over Bluetooth. First step connect to my esp32 micro-controller using Bluetooth. Then send an ‘A’ character or an ‘a’ character over Bluetooth. I need two touch buttons on the iPad display. One labeled ‘up’. And one labeled ‘down’. When the ‘down’ is tapped you will send one ‘a’ over Bluetooth. When the ‘up’ is tapped you will send one ‘A’ over Bluetooth

    $323 (Avg Bid)
    $323 Giá đặt trung bình
    9 lượt đặt giá

    Hi, Please see attached file. Please have experience with Python Requests library (preferred method). If no other choice will consider Seleinium. Please post your actual bid price and not PM me with a fake bid and start asking me what I can pay. No time wasters please. Happy to answer any genuine questions. One more note: - Please convert any hyperlinks...attached file. Please have experience with Python Requests library (preferred method). If no other choice will consider Seleinium. Please post your actual bid price and not PM me with a fake bid and start asking me what I can pay. No time wasters please. Happy to answer any genuine questions. One more note: - Please convert any hyperlinks in the messages to plain text. Please note for non-ASCII characters may exist also. ...

    $88 (Avg Bid)
    $88 Giá đặt trung bình
    12 lượt đặt giá

    ...customers. The FORTRAN code is structured: Main program: 570 lines 14 subroutine files Total Code Lines: 2487 but a lot of those are repeated COMMON blocks and comments. Some of the Code Restructure Ideas include: 1) When the code was originally written, all the input data was in the form of Punch Cards. In the 1990's revisions, the syntax and structure was maintained, but migrated to an ASCII input file. It has some weird formatting and all variables must be entered perfectly for it to work. I would like something that is more readable, easier to maintain and easier to implement extensions or refinements. For instance, I would like to use a few source files that the code can scan and interpret so that they're more free-form, with a 'run_control' fi...

    $2352 (Avg Bid)
    $2352 Giá đặt trung bình
    22 lượt đặt giá
    Expert in c programming python Đã kết thúc left

    i have a short quick 4 task's that i want to do now , with a large experience in C, C++ and C# projects. I have a competitive temperament, who will not stop until the project is perfectly is basically to rebuild a short code and reuse it, I’d like some help with writing a c project that deals with pgm files. Copy them, convert them from ASCII to binary and vice versa.

    $103 (Avg Bid)
    $103 Giá đặt trung bình
    8 lượt đặt giá
    Android form app Đã kết thúc left

    I would need someone to build an form app for Android. It would need to contain 6 field boxes and additionally compass angle (and camera/picture) gathering. The data should be saved as ASCII. I leave an example what it should be looking like attached to this message. Thanks in advance. Nico

    $1935268 (Avg Bid)
    $1935268 Giá đặt trung bình
    74 lượt đặt giá

    We need to create an MS Access VBA Application to connect to a Credit Card Terminal using Winsock API. I have attached all the technical documentation for the device we are connecting to. The project is as follows: 1. Open a connection to the device 2. Send data to the device (Convert to HEX as per documentation) 3. Receive information back from the device (Convert to ASCII as per documentation) 4. Close the Connection Connection to the device is via TCP/IP (IP address) Project must be tested on our terminal and produce the desired response (as per documentation) for us to accept milestones.

    $665 (Avg Bid)
    $665 Giá đặt trung bình
    9 lượt đặt giá

    Looking for somone having knowlenge in programming language C and that deals with pgm files. Copy them, convert them from ASCII to binary and vice will discuss details as well thank you

    $60 (Avg Bid)
    $60 Giá đặt trung bình
    8 lượt đặt giá
    ASCII drawing in C Đã kết thúc left

    Develop a program called Draw that creates images using only 10 ASCII characters. The program will create an image by reading a sequence of instructions and progressively building up an image. The program supports four drawing operations: Draw a point - Adds a single point. Draw a rectangle - Adds a filled rectangle. Draw a line - Adds a line between two points. Flood fill an area - Floods an area with a color. Here is an example of the final output of the program for one particular data file: % ./Draw < +---------+ |::: @----| |:+: @--+-| | @----| |%%%%%%%%%| |====@####| |=+==@####| |====@####| +---------+ Color range [0.00, 1.00], average 0.5048 The contains a stub program Draw.c containing a mostly completed main function. The main function handles reading in the

    $213 (Avg Bid)
    $213 Giá đặt trung bình
    12 lượt đặt giá
    DNG Sports -- 3 Đã kết thúc left

    ...seeking a custom hardware/firmware solution for our high-volume physical virtual gaming device. The specific features required are: 1- recommendation of a low-cost 'OEM' WiFi 720p IR video camera with the ability to have its firmware customized (most IP cameras are Linux-based). 2 - use of camera's typical debug/upload serial port for communication with our host CPU. Messaging is simple ASCII string-based. 3 - firmware features: (a) the ability for the host CPU to configure the camera as needed, e.g., connect/disconnect to network, change SSID & P/W, adjust camera video settings as required, i.e., replace the camera's native browser setup feature with commands via serial interface so that the camera can be setup before connection to the networ...

    $22242 (Avg Bid)
    $22242 Giá đặt trung bình
    7 lượt đặt giá

    I require a batch script to be written to convert PFD files into Base64 (ASCII string). The PDF files will be desposited into a particular folder, I require the script to encode these files, save the Base64 string as a TXT file (using the same filename) in a different folder, then delete the PDF document from the original folder. Approx. 20-50 documents per day.

    $352 (Avg Bid)
    $352 Giá đặt trung bình
    15 lượt đặt giá
    Basic Image Processing in Ada Đã kết thúc left

    Write a program in Ada to perform some image processing operations on a grayscale image stored in an ASCII P2 PGM format.

    $37 (Avg Bid)
    $37 Giá đặt trung bình
    1 lượt đặt giá
    Basic Image Processing in Ada Đã kết thúc left

    Write a program in Ada to perform some image processing operations on a grayscale image stored in an ASCII P2 PGM format.

    $255 (Avg Bid)
    $255 Giá đặt trung bình
    3 lượt đặt giá
    operating systems -- 2 Đã kết thúc left

    You need to write two C programs: (1) a synchronous producer, and (2) a synchronous consumer. Both programs will assume the use of ASCII codes with odd bit parity. The producer and consumer communication to be implemented makes use of a set of files.

    $121 (Avg Bid)
    $121 Giá đặt trung bình
    10 lượt đặt giá
    Operating Systems -- 2 Đã kết thúc left

    You need to write two C programs: (1) a synchronous producer, and (2) a synchronous consumer. Both programs will assume the use of ASCII codes with odd bit parity. The producer and consumer communication to be implemented makes use of a set of files.

    $148 (Avg Bid)
    $148 Giá đặt trung bình
    9 lượt đặt giá
    Operating Systems using pipes . Đã kết thúc left

    You need to write two C programs: (1) a synchronous producer, and (2) a synchronous consumer. Both programs will assume the use of ASCII codes with odd bit parity. The producer and consumer communication to be implemented makes use of a set of files.

    $136 (Avg Bid)
    $136 Giá đặt trung bình
    8 lượt đặt giá

    ...following control characters are used for the data link framing : XBOF - Extra Begin of Frame character shall be 0xFF hexadecimal. (XBOF x 5 at the beginning of each frame) BOF - Beginning of Frame character shall be 0xC0 hexadecimal. EOF - End of Frame character shall be 0xC1 hexadecimal. CE - Control Escape character shall be 0x7D hexadecimal (see A.1.1). A single pipe character ("|" ASCII, 0x7C hexadecimal) is used to delimit all pieces of data. All valid data is contained between two pipe characters. Data Link Frame The application data packets are transmitted in data link frames as described in Section 10 of IrLAP 1.1. The application data packets shall be transmitted in data link frames. Five XBOF characters shall precede the data link frame transmiss...

    $989 (Avg Bid)
    $989 Giá đặt trung bình
    11 lượt đặt giá
    Ascii art animated gif Đã kết thúc left

    Hello , we are searching someone how can make high quality animated gifs in ascii art

    $84 (Avg Bid)
    $84 Giá đặt trung bình
    20 lượt đặt giá

    Hi, I want to create a basic computer terminal, in Unity 2D. This requires the user to be able to input commands, a...2D. This requires the user to be able to input commands, and to receive responses. Some commands which i want are: - Help - Outputs a list of commands that can be used - Clear - clears the terminal - Cd - change directory example - Connect - i want an example of a simple TCP socket connect - mail - an example mailbox (clears the screen, and loads a ascii mailbox, you can use commands in) I've attached a screenshot of something i've produced already in a couple of hours. And a rough example of what i would like the "UI" to look like - i dont need the map, but a large terminal, and a couple of side ...

    $237 (Avg Bid)
    $237 Giá đặt trung bình
    17 lượt đặt giá
    delphi programming Đã kết thúc left

    This is an easy-to-fix task for a experienced delphi programmer for a project to be converted, we need some VERY simple examples based on SQLIte, LiteDAC componenets, BLOB. examples (as simple code as possible) to: 1. creat...integer), array (BLOB) 3. update table rows in this table 4. read a defined row out of the table and get the BLOB data into an array 5. update the BLOB for a defined row 6. delete a row 7. delete a table The BLOB has a fixed length and consists of the following data: 10 binary 8-bits (bytes) + 10 binary 16-bit (integer) + 10 binary 32bit (long integer) + 10 binary 64 bit (real) + 64 character ASCII string IMPORTANT: all these routines must be done as SIMPLE as possible = no sophisticated code Reason: for us to judge/find simplest way to convert a very ol...

    $160 (Avg Bid)
    $160 Giá đặt trung bình
    9 lượt đặt giá

    I need someone who can run a Python script to convert a photo to ASCII art. not keen for using online websites or tools to convert. Need someone who can actually run a script to convert the desired photo. would need revision if not what i like. no online converters please Thanks

    $20 (Avg Bid)
    $20 Giá đặt trung bình
    6 lượt đặt giá
    Project for Ihor K. Đã kết thúc left

    ...or equal to the entered integer. If the entered integer is not positive, an error message is displayed. As an example, if 100 is entered, the program will print all the automorphic numbers up to 100: 1, 5, 6, 25, 76. Task 2 Design and implement an ARMv8 program that counts total number of uppercase letters, lowercase letters, digits and special characters in a string. Text is assumed to be in ASCII, using 1 byte per character. For example, if the input string is “This is the 2nd Task of Assignment 1.”, the program should report 3 uppercase letters, 24 lowercase letters, 2 digits, and 8 special characters. Submission 1. Report documenting the work done in Tasks 1 and 2 as stated in the Description. 2. ARMv8 assembly source code (.S) files for both tasks, compress...

    $35 (Avg Bid)
    $35 Giá đặt trung bình
    1 lượt đặt giá
    File Conversion in Altium Đã kết thúc left

    Need to do file conversion of existing Altium PCB file to do: 1) "save as" as ASCII format 2) Export in Orcad V7 Capture Design

    $30 (Avg Bid)
    $30 Giá đặt trung bình
    2 lượt đặt giá

    Need to do file conversion of existing Altium PCB file to do 1) "save as" as ASCII format 2)Export in Orcad V7 Capture Design

    $18 (Avg Bid)
    $18 Giá đặt trung bình
    1 lượt đặt giá
    Project for Muhammad Usman A. Đã kết thúc left

    Hi Muhammad Usman A., I noticed your profile and would like to offer you my project. We can discuss any details over chat. In short: Due a mistake, a sensor provider sent us a lot of MODBUS RTU Sensors. (RS232 and 485). We normally use clear text sensors (like NMEA0183 output or ascii string etc) as we read data from Windows OS. Well, I want to try to use this modbus sensors, but I need to read in windows. Can you help me? Thanks in advance! (please note budget, isn't real, we must discuss it)

    $37 (Avg Bid)
    $37 Giá đặt trung bình
    1 lượt đặt giá
    THE ALPHA BET Đã kết thúc left

    ...English language. There about forty thousand of them, and this complete list can be easily found on line. I would like the program to reference the word, list its binary reference and then list the single binary character it generates as ascii output. So the program would have t be able to access all of the ascii character sets (regular, extended, special etc) Example result: If you took the eight letter word "TRIANGLE" from the database, and compared it to the reference table, this would produce the binary form 00110101 and when referenced to its ascii output would produce the number "5". The only search and find protocol I would need, would be to specify the output by the beginning letter of the word group Like, Produce a list of all 8 le...

    $1175 (Avg Bid)
    $1175 Giá đặt trung bình
    10 lượt đặt giá

    A GPS Tracker is an IoT device, that transmits data to a set IP & Port at predetermined upload interval. The data is typically transmitted in an encrypted format, in ASCII or HEX. You are required to write a parser/translator, to decode the data packets being transmitted by the GPS Tracker, and store the following fields into an SQL 2008R2 server as per the requirement specified in the attached document. The software would be required to be compiled to a .exe file, and installed on a windows server. The said windows server would host a public IP and Port to which the GPS trackers would upload the data packets. Your software should listen to these data packets, parse them into different fields as specified in the attached document, and insert the values into a SQL server, ru...

    $757 (Avg Bid)
    $757 Giá đặt trung bình
    12 lượt đặt giá

    Need help to Construct ISO 8583 (1200) Message with Header and TPDU value and parse it to Load Balancer - Using Java (Jpos, Socket or ASCII Channel). or Please suggest if any other better way

    $7 / hr (Avg Bid)
    $7 / hr Giá đặt trung bình
    2 lượt đặt giá
    Website Developer Đã kết thúc left

    ...platform tools, abstract business problems with data, and write code, but you need to understand logic and relation for each category needed and other basic requirements as follows: • Be able to identify problems independently and clearly. • Clarify the scope and make an analysis plan and ideas. • Proficient in using big data platforms to extract data, understand the structure of XML file, API, ASCII UTF-8 format, MARC 21 format, misc -Obsolete, SPARQL. • Proficient and correct application of analysis methods, accurate and efficient; project presentation is organized, logical, and clear; put forward suggestions and promote suggestions to be adopted. • Understand be clear about the data logic between MESH and PubMed articles and outline the data logic ...

    $13 / hr (Avg Bid)
    $13 / hr Giá đặt trung bình
    20 lượt đặt giá

    Following specs might be more than your requirements: - Windows GUI application. - Ability to Open a file. - Ability to Create a new file. - View the opened file as standard hex view: Address + 16 data-byte columns + ASCII - Navigate using scrollbar - Navigate using cursorkeys (cursor will remain in overwrite mode) - Navigate through GOTO dialog to jump to any address within file. - Select a range of bytes by holding down SHIFT and using cursor navigation - Select a range of bytes using select range dialog. - Ability to delete the byte at the cursor (delete bytes one by one) - Ability to delete selected range of bytes. - Ability to CUT the selected range of bytes to the clipboard. - Ability to COPY the selected range of bytes to the clipboard. - Ability to Paste text or the bytes (f...

    $161 (Avg Bid)
    $161 Giá đặt trung bình
    8 lượt đặt giá

    I need someone to proof read and correct a word document in Kannada converted from Unicode (Nirmala) font to ASCII (Nudi) font with about 40,000 words. How much time do you need? How much will it cost?

    $5 / hr (Avg Bid)
    $5 / hr Giá đặt trung bình
    2 lượt đặt giá
    build risc v project -- 2 Đã kết thúc left

    ...in five fields. The first and second fields are text data from 1 to 20 characters length, the other fields are numeric and contain integers from -100 to 100. The fields are separated by semicolons. There are no empty rows or fields in the file. The first column can contain letters, numbers, spaces (‘ ’). The first line in the file contains the field names (up to 10 characters). File encoding is ASCII. Your program must output the information specified in your variant to the file. Example input file: tsk; v; kZ; vMod;Z A11;Good evening;0;0;5 B12;good day;-100;11;78 B11;table;10;0;55 C1;maple;0;8;17 D21;bridge;-2;10;-15 Variants Task example. The program outputs only those lines where there are no spaces in the second field; the sum of the third, fourth, and fi...

    $8 - $31
    $8 - $31
    0 lượt đặt giá
    risc v architecture -- 2 Đã kết thúc left

    ...in five fields. The first and second fields are text data from 1 to 20 characters length, the other fields are numeric and contain integers from -100 to 100. The fields are separated by semicolons. There are no empty rows or fields in the file. The first column can contain letters, numbers, spaces (‘ ’). The first line in the file contains the field names (up to 10 characters). File encoding is ASCII. Your program must output the information specified in your variant to the file. Example input file: tsk; v; kZ; vMod;Z A11;Good evening;0;0;5 B12;good day;-100;11;78 B11;table;10;0;55 C1;maple;0;8;17 D21;bridge;-2;10;-15 Variants The program outputs only those lines where the second field does not contain the letters 'A' and 'B' and the sum of ...

    $55 (Avg Bid)
    $55 Giá đặt trung bình
    3 lượt đặt giá
    build risc v project Đã kết thúc left

    ...in five fields. The first and second fields are text data from 1 to 20 characters length, the other fields are numeric and contain integers from -100 to 100. The fields are separated by semicolons. There are no empty rows or fields in the file. The first column can contain letters, numbers, spaces (‘ ’). The first line in the file contains the field names (up to 10 characters). File encoding is ASCII. Your program must output the information specified in your variant to the file. Example input file: tsk; v; kZ; vMod;Z A11;Good evening;0;0;5 B12;good day;-100;11;78 B11;table;10;0;55 C1;maple;0;8;17 D21;bridge;-2;10;-15 Variants Task example. The program outputs only those lines where there are no spaces in the second field; the sum of the third, fourth, and fi...

    $37 (Avg Bid)
    $37 Giá đặt trung bình
    3 lượt đặt giá
    Extract data from pointcloud Đã kết thúc left

    Create 2D plan, elevation & sections from point cloud of a sheet pile quay wall. Point cloud available in ASCII, csv or dwf. Outputs 4 Sections required with polylines generated 1 elevation 1 plan All drawings in DWG format (2018 or previous). All with layers constructed. Future follow on works available.

    $35 (Avg Bid)
    $35 Giá đặt trung bình
    12 lượt đặt giá
    Huffman encoding python Đã kết thúc left

    Write a computer program using python to simulate the Huffman code, i.e., to generate the codewords given a certain set of symbols along with their probabilities. You will be given an English short story: text. Find the frequency of the characters in the story. Find the probabilities of the characters ...frequency of the characters in the story. Find the probabilities of the characters in the story (do not distinguish between capital and small letters) Use your program to find the codewords for the characters. 1. Find the average number of bits/character for the whole story 2. Find the entropy of the alphabet. 3. If ASCII code is used, find the number of bits needed to encode the story. 4. Find the percentage of compression accomplished by using the Huffman encoding as compared to ...

    $24 (Avg Bid)
    $24 Giá đặt trung bình
    7 lượt đặt giá
    Calendar in x86 Đã kết thúc left

    Write a full screen application For Output, use direct write to the the video memory (seg 0xB800). For Input, use int 16h (look up). Use color and line draw characters (2nd half of the ASCII OEM set) Because of the limited screen size in the text mode (80x25) it is necessary to provide multiple screens and navigation between screens.

    $163 (Avg Bid)
    $163 Giá đặt trung bình
    8 lượt đặt giá

    1- Write a C code that implements the machine, reads code from a file, loads the memory with code and starts executing, stopping the execution after the first prn instruction. 2. Write an assembly code that writes a null-terminated ascii string to memory using stack operations, then print the string to the console. *rest of details are in files

    $535 (Avg Bid)
    $535 Giá đặt trung bình
    10 lượt đặt giá

    Hello I am using Trade Navigator software for trading in stock market. The real time data is available in .DAT file format however Trade Navigator can read only data in following formats: 1. MetaStock 2. CSI 3. GDB (Ascii) I am seeking help from someone who can develop a software which can convert the incoming data from .DAT file format to compatible file format which my software (Trade Navigator) can read continuously.

    $95 (Avg Bid)
    $95 Giá đặt trung bình
    2 lượt đặt giá
    GSM Data receiver Đã kết thúc left

    ...antenna length 17 centimeters. With one charging it can work up to 8 hours and the manufactured memory can capture about 100000 credit card data, with antenna it can take data in radius of 50 meters. Device can work from (-25 to +45 degrees). " Skills: Raspberry Pi, Software Architecture, Software Development, Web Security, Wireless See more: create html data entry, create website data submission, vbnet create access data base, create access data project 2007, create web data, create excel data entry form status reporting, create xml data feed site, how to make a gsm data receiver, buy gsm data receiver, gsm data receiver software, gsm data receiver for sale, gsm data receiver credit card skimmer, gsm data receiver reviews, gsm data receiver skimmer for sale, what is a gsm...

    $1966 (Avg Bid)
    $1966 Giá đặt trung bình
    6 lượt đặt giá

    Must be completed in one day. Implementation of SVD, calculation rank, approximations, pgm image conversion and space saving (ascii <--> binary), implementation of pca. Single python file must be submitted. involves command line arguments. Please take more sample pgm images.

    $60 (Avg Bid)
    $60 Giá đặt trung bình
    3 lượt đặt giá

    here you will be experienced in working with image processing of .pmm file (ASCII-coded portable pixmap format). Using the example of graphics in ASCII-coded portable pixmap format (file extension .ppm, see also the separate explanation), in this task a class shall be defined storing a pixel raster image in the RGB colour model and also be edited. The class has member functions for reading and writing text format picture file as well as a function for image processing as an example. For more details please read out the pdf file

    $28 (Avg Bid)
    $28 Giá đặt trung bình
    4 lượt đặt giá

    here you will be experienced in working with image processing of .pmm file (ASCII-coded portable pixmap format). Using the example of graphics in ASCII-coded portable pixmap format (file extension .ppm, see also the separate explanation), in this task a class shall be defined storing a pixel raster image in the RGB colour model and also be edited. The class has member functions for reading and writing text format picture file as well as a function for image processing as an example. For more details please read out the pdf file

    $33 (Avg Bid)
    $33 Giá đặt trung bình
    5 lượt đặt giá

    ...improve upon it. We can provide the source code for the current software which is written in C++ to create an enhanced, more custom version. The ideal candidate or company will have optical transceiver programming and software development experience to improve upon our current custom programing software and GUI that will allow us to read, write, generate, load, and save .bin and .hex files (ASCII and Hex codes files) that follow the MSA standards for optical transceivers in the various form factors. We would like to build off this and improve it, perhaps make a website to interface with customers and provide remote coding. Ideally we would like to work with someone that has connections to electrical engineers with experience with manufacturing so we can proceed with workin...

    $8250 (Avg Bid)
    $8250 Giá đặt trung bình
    4 lượt đặt giá
    SAS Programmer support Đã kết thúc left

    As a part of my PhD research, I need support from SAS programmer to handle ASCII/XML files. There are total 67 files. Each file contain different worbooks. I want to merge all workbooks and extract relevant data into excel sheet. Please call me at (Removed by Freelancer.com admin)

    $121 (Avg Bid)
    $121 Giá đặt trung bình
    22 lượt đặt giá

    Hello: We are looking for a powershell script that can communicate with (connect to) a monitor system via a serial port (i.e. COM1), issue ascii text commands asking the monitor to report back certain information, read the multi-line responses from each such request and write those responses to a text file. More specifically, a script that can do something like this: Open a configuration text file (i.e. C:LOsysScript) and read in the info for each variable…this file can look like this: SiteID:1234 ComPort:COM1 BaudRate:9600 Parity:Odd DataBits:7 StopBits:1 (The powershell script would reside in and be run from the same folder that contains the “” file… C:LOsysScript ) Variables read into the script from the config file could be “$SiteID&...

    $222 (Avg Bid)
    $222 Giá đặt trung bình
    8 lượt đặt giá