String serial port at89c51工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    2,000 string serial port at89c51 份搜到的工作,货币单位为 HKD

    ...reserved, PHY using DP83848IVV ; 6. Serial communication interface to reserve a RS232 UART; reserved for a RS485 UART, in addition to set aside a pin for the direction of RS485 control; 7. USB interface to set aside 1 USB interface for external USB device; 8. Rotary encoder interface using two external interrupts to connect incremental rotary encoder; 9. Buzzer interface uses a PWM output to control the buzzer; 10. GPI O interface reserved at least 32 GPIO port for external device control, such as keyboard input, indicator output, three-state safety switch input, third gear selector switch input; basic drive requirements 1. Rotary encoder input drive knob Encoder drive requirements can determine the direction of encoder rotation, the current two GPIO port...

    $21760 (Avg Bid)
    $21760 平均报价
    2 个竞标

    使用263提供的统一认证接口实现 263企业用户同步登陆 以及 退出 discuz x3.2 论坛。 263 统一认证接口 流程为 用户点击263应用连接--》263客户端启用浏览器打开连接,并传递认证参数 ---》 企业应用调用统一认证接口进行身份认证 -...链接: http://应用链接?user=用户名&sessionkey=会话密钥&bindid=应用ID 一个例子如下: 统一认证接口 统一认证接口为Web Services形式,接口描述文件为: 调用authsession方法进行身份验证,0表示验证成功,非零表示验证失败: 参数名称 参数类型 参数说明 username string 用户名,“”形式 sessionkey string 会话密钥 bindid string 应用ID

    $3035 (Avg Bid)
    $3035 平均报价
    1 个竞标

    I have a SQL Server that needs to be accessible over the internet. However, I'm facing connectivity issues, possibly due to closed or blocked ports on my ComCast router model CBR2-T. I need a freelancer to open the necessary ports on the router. The task involves: - Checking the current port status on the router - Identifying the SQL Server port - Opening the port on the router Please bid if you're experienced with network configuration and have dealt with ComCast routers before. Necessary Skills: - Network Configuration - Router Administration - ComCast Router Experience - SQL Server Configuration

    $211 (Avg Bid)
    $211 平均报价
    12 个竞标

    Job Description: We are seeking an experienced software developer to create code for a power electronics control system. The project involves using an Arduino DUE and the IMC101T T038 motor controller. The software should control and regulate both the grid side and machine side using Space Vector PWM (SVPWM). Communication between the Arduino and other components will be handled via serial communication. Additionally, the system should include a quadrant display using 4 LEDs to indicate whether it is operating in motor or generator mode. All datasheets and circuit diagrams will be provided. Key Responsibilities: Control and Regulation: Implement SVPWM on both grid and machine sides. Grid-side control: Adjustable power factor (cos(φ)), current, and power. Machine-side control:...

    $1521 (Avg Bid)
    $1521 平均报价
    22 个竞标

    I am considering purchasing Ultimate POS software, but it lacks a crucial feature for managing individual product serial numbers. Although it includes an IMEI/Serial number feature, it only allows you to add the serial number at the point of sale. However, I need to input the serial numbers when updating the stock. For instance, if I purchase 5 units of the GoPro 12 model, I want to update my inventory by entering the serial number for each of the 5 units. This way, I can track which specific serial numbers are currently in stock. Additionally, I need the capability to search for products by their serial number when making a sale. The ideal candidate should have prior experience in customizing POS software, particularly in adding new field...

    $726 (Avg Bid)
    $726 平均报价
    14 个竞标
    Java Code Fix Needed 6 天 left
    已验证

    ...color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), )); how i can solve this issue so in case checkVariant is true then parse it as string otherwise leave it as it is now which integer. can i do that only on parser or i need to change the Pojo class as well (colorWsDTO) who can do it in summery and short let em know

    $203 (Avg Bid)
    $203 平均报价
    33 个竞标

    ...experience with the QT framework - Excellent User Interface (UI) design skills - Knowledge in Python and 3D will be a plus The main function: 1: Windows platform, jointly developed by QT+python. 2: Communicate with hardware devices through serial port/Ethernet. 3: Support MODBUS-485, TCP, UDP and other communication protocols, with 1ms cycle response. 4: Support hardware parameter configuration, multi-channel data analysis, storage, data playback, and support real-time data curves at different communication rates. 5: Supports local and cloud dual storage. 6: Port a Python data analysis open source library (provided by us), which needs to display the analyzed data in the form of a 3D model. The main objective is to develop a user-friendly, robust and efficient desk...

    $17297 (Avg Bid)
    $17297 平均报价
    37 个竞标

    ...create an Excel file.(first column add html filename.) inside html file is encoded in chinese, so must use chinese to view it. table name/string partially e.g. "現金流量表" or "被投資公司名稱" or "資金貸與他人"or "轉投資大陸地區" or other name(later can be change). extract table based on table names/string. the table may not be there(depend on the html). If so just skip or single row blank. have to be easy to read and maintain in the future. .py file(source code) not .exe binary file (I think it's not very hard. I've wrote the code already. But only extract one file at a time, and unable to match specific table name/string only table number.) (stack table is just illustration purpose.) current pip package version --- python ...

    $257 (Avg Bid)
    $257 平均报价
    19 个竞标

    ...hydrometer needs to be available through a web interface. This online access will allow me to monitor multiple batteries from a central location, offering more convenience and control. Ideal Skills and Experience: - Experience in designing and developing electronic hydrometers or similar IoT devices. - Proficiency in interfacing such devices with microcontrollers. - Data should be passed to serial port of controller - Understanding of battery health and the importance of specific gravity measurements in lead acid batteries....

    $2166 (Avg Bid)
    $2166 平均报价
    4 个竞标

    ...post('/webhook', async (req, res) => { const userQuery = ; const response = await ({ model: 'text-davinci-003', prompt: userQuery, max_tokens: 150, }); const botResponse = [0].(); ({ fulfillmentText: botResponse, }); }); const PORT = || 5000; (PORT, () => { (`Server is running on port ${PORT}`); }); Setting Up: Create a Google Cloud Project: Enable the Dialogflow API. Create a Dialogflow Agent: Link it to your Google Cloud Project. Set Up Intents and Entities: Define actions Google Assistant should trigger. Deploy Webhook: Host your webhook on a reliable server. Conclusion: By integrating Google Assistant, Dialogflow

    $4463 (Avg Bid)
    $4463 平均报价
    22 个竞标

    We are seeking an experienced freelancer to set up a Node.js application on our web hosti...is running and accessible via the specified domain. - Verify and configure the necessary firewall and port settings to allow traffic on the required port (default 3000). - Provide documentation of the steps taken and any configurations made. Specifics: The script should listen on port 3000 and respond with a message "Fixed Response" for any request. Sample Script: const http = require('http'); const hostname = '0.0.0.0'; const port = 3000; const server = ((req, res) => { = 200; ('Content-Type', 'text/plain'); ('Fixed Responsen'); }); (port, hostname, () => { (`Server running at http:...

    $390 (Avg Bid)
    $390 平均报价
    34 个竞标

    I need a skilled C# Winform .NET developer to protect my application using obfuscation techniques. The goal is to prevent reverse engineering and ensure the highest level of security. Key Requirements: - Implement Basic name mangling, Control flow obfuscation, and String encryption for the application. Ideal Skills and Experience: - Strong proficiency in C# and .NET framework - Prior experience with implementing obfuscation techniques - Knowledge of application security best practices This project is a great opportunity for a developer with a keen interest in application protection.

    $1194 (Avg Bid)
    $1194 平均报价
    27 个竞标

    looks like you're encountering a MySQL error related to an incorrect DATETIME value in your query. This error typically occurs when the format of the date and time being used in the query does not match the expected format in MySQL, or when an empty string is being used where a datetime value is resolve this issue, you should first check the format of the 'date_scheduled' values in your 'banners' table to ensure they are in the correct DATETIME format. You might also need to modify your query to handle cases where 'date_scheduled' might be empty or incorrectly you're not sure how to proceed or need further assistance with checking or adjusting your database, you can manage and review your MySQL databases and their tables from Site Tools ->...

    $242 (Avg Bid)
    $242 平均报价
    21 个竞标

    I have a database containing over 600 serial numbers. Email serial number has an associated email address. Instead of listing the same email address multiple times, I would like a script to place all serial numbers by one email address. This will enable me to email the customer once with ALL of their serial numbers in one email. Example: Hannah Walker appears in the database 5 times, the script should remove the four duplicates of Hannah Walker and put all 5 serial numbers by her name.

    $148 (Avg Bid)
    $148 平均报价
    10 个竞标

    ...Number (if available ) d) Google map location (if available) after successful registration customer can login and request quotations 3. All the products details like: Product Name, photo, description, features, pdf (data sheet), warranty information, stock (available quantity), sale prices etc. can be uploaded directly through portal and mobile app and also can be uploaded through excel sheet with serial number of all products. 4. Customer can see all the uploaded products and can request for quotation. There is no need to show the available quantity (stock) to customers. 5. Admin can see the requested quotes where the prices and quantity will be reflected of all the products in quotation. Admin can edit the prices manually and can share and download the requested quotation to a...

    $5660 (Avg Bid)
    $5660 平均报价
    14 个竞标

    Provide: 1. French and 2. German translations for the static strings used on a website. I've compiled a list of all the static strings on a website. A native French speaker and a native German speaker are needed to update the Excel file attached with the translations from: 1. English to French and 2. English to German Thank you!

    $273 (Avg Bid)
    $273 平均报价
    22 个竞标

    VM CREATION (1 VPS BIND) os CentOS 8 & 9 Stream MINIMAL Direct installation or converted from CentOS 8 Linux. (Recommended) panel add install:https://control-webpa...nginx server VARNICH APACH very important !!!!!snaphopt image creation just servers working (just os) (without admin panel)!!!I want to be able to do restores, for a new installation of another panel, if necessary.! !!! !! !!!!!! link to server add SSL ADD ALL PHP CGI AND FMP (latest 6 versions)PHP AVAILABLE FOR CUSTOMER FOR ALL SERVER ADD PHP VERSION 7.9 PACHT FMMPEG add latest version change SSH22 port verification example: ns1 . add IP.: add a Mac machine adds IP.: adds mac Example of adding HOSTENAME:

    $234 (Avg Bid)
    $234 平均报价
    9 个竞标

    I'm seeking a knowledgeable professional who can guide me through how to view HTTPS calls in Fiddler on Windows that have originated from an Android mobile application (running on either Bluestacks or Nox emulator) This may (or may not) need: - SSL unpinning - ProxyCap to route the traffic to fiddler port The session can be conducted remotely, either through detailed instructions or a shared screen conference call for a more interactive experience. Please demonstrate via a video/screen record that you are able to do this otherwise I won't respond. This should show you opening an app (not a browser) in Nox/Bluestacks and the HTTPS calls then being displayed in fiddler.

    $172 (Avg Bid)
    $172 平均报价
    7 个竞标

    I'm in need of a SOCKS Proxy server as my ISP has closed port 25, which is essential for email services. Key requirements: - Set up a SOCKS Proxy server: The server's primary function will be to support email services. - Implementation: The server should be configured to support my email client. - Security: Ensure the server is secure and reliable. Ideal skills and experience: - Proficient in setting up SOCKS proxies. - Expertise in configuring services for email clients. - Knowledge of network security standards. The project might involve more tasks depending on the specific needs of the proxy server.

    $211 / hr (Avg Bid)
    $211 / hr 平均报价
    19 个竞标

    ...configurations - Maximum amperage capacity of 100A - The ability to alter the BMS ampere capacity by adding or removing MOSFETs or any other relevant hardware as required - The BMS should include essential safety features such as: * Temperature monitoring * Short circuit protection * Cell balancing * Reverse polarity protection - The system should allow for charging and discharging through the same port I need this project to be completed within a month. Ideal skills and experience for this job include: - In-depth knowledge and experience in BMS design, particularly with LiFePO4 batteries - Proficiency in creating flexible BMS systems with variable ampere capacity - Extensive experience with temperature monitoring, short circuit protection, cell balancing, and revers...

    $2348 (Avg Bid)
    $2348 平均报价
    5 个竞标

    Please include the word "mouse" to ensure your submission is read. I have a Joomla site that I need to port over to WordPress, and I'd like to get a unique design for the new site. Key Requirements: - Porting Joomla site to WordPress: I need an experienced developer who can smoothly and completely move the content, structure, and functionalities of my existing Joomla site to WordPress. - Design: I will be working on building the User Experience, All I need is the data in a structured format using ACF. Your Responsibilities: - Migrate all the existing content from Joomla to WordPress staging site. This includes pages, posts, images, videos, and any other relevant content. Skills and Experience: - Proficiency in Joomla and WordPress: You should have a strong backg...

    $101 / hr (Avg Bid)
    $101 / hr 平均报价
    75 个竞标

    ...both Windows 10 and 11 to download documents via either email or browser links. Project description: Set up Win10/11 so that the download starts comfortably when you click on an FTP URL link on a website (various browsers) or in mail clients (e.g. Thunderbird). After setting it up once, it should no longer be necessary to enter the FTP access data again. The FTP server expects Explicit SSL/TLS (port 21). The link/URL typically has the following structure: ftp://ftp_username[at] Either the user should be asked where he wants to save the download file, or it is permanently saved in the settings. Ideally, well-known applications are used for file transfer, such as WinSCP, FileZilla or MS File Downloader. Your own suggestions are welcome. 1. Milestone: Setup as

    $1511 (Avg Bid)
    $1511 平均报价
    20 个竞标

    I need a developer proficient in and a good understanding in API development. I have a parameter I would like to pass which is a string value to pull an entire user object with all of the properties in a database. this would be a string parameter passed into a Get request with a response of an entire record pulled from a MySQL database and using an Interface to extract the properties into a page. This is a very small project and should only take a few minutes of time.

    $312 (Avg Bid)
    $312 平均报价
    50 个竞标

    VM CREATION (1 VPS BIND) os CentOS 8 & 9 Stream MINIMAL Direct installation or converted from CentOS 8 Linux. (Recommended) panel add install:https://control-webpa...nginx server VARNICH APACH very important !!!!!snaphopt image creation just servers working (just os) (without admin panel)!!!I want to be able to do restores, for a new installation of another panel, if necessary.! !!! !! !!!!!! link to server add SSL ADD ALL PHP CGI AND FMP (latest 6 versions)PHP AVAILABLE FOR CUSTOMER FOR ALL SERVER ADD PHP VERSION 7.9 PACHT FMMPEG add latest version change SSH22 port verification example: ns1 . add IP.: add a Mac machine adds IP.: adds mac Example of adding HOSTENAME:

    $538 (Avg Bid)
    $538 平均报价
    15 个竞标

    ...build a remote PC management and control system, a bit similar to TeamViewer or Ammy, but with a few specific features. The project involves: - **Functionalities**: The system should be able to provide the standard functionalities of a remote desktop application, including file transfer, chat, and remote desktop control. This way, I can seamlessly manage the connected PCs without needing to use port forwarding. - **Programming Languages**: The application should be written using C++ and C#. - **OS Support**: The application should be designed to run on Windows only. I'm particularly interested in having the source code once the project is complete. This project is suitable for an individual with proficiency in C++ and C#, as well as a strong background in developing r...

    $3035 (Avg Bid)
    $3035 平均报价
    22 个竞标

    I need a desktop application that can be run on Windows machines over a local area network (LAN). The primary function of the application will be to gather specific details about the computers on the network. Key Features: - The application should collect and store information such as MAC address, IP address, and disk serial number. - The user should be able to enter a computer name to retrieve and store the relevant details in a dedicated file named ''. Ideal Candidate: - Proficient in Python - Experience in developing desktop applications for Windows - Knowledge of networking concepts and system information retrieval - Familiarity with data storage and file handling in Python .

    $218 (Avg Bid)
    $218 平均报价
    12 个竞标

    ...Ensure correct counting under tab modules on the View Job and Contact pages in Laravel. 19. Resolve duplicate data display issue under the site visits tab on the Job view page in Laravel. 20. Address calculation errors on the create quote page in Laravel. 21. Ensure stability of total calculations on the create quote page in Laravel. 22. Make necessary corrections on the Job Pack page regarding serial numbers, job pack numbers, and dates in Laravel. 23. Automatically populate VAT information from the Job View page during invoice creation in Laravel. 24. Implement company filter and action links for quotations based on type on the Invoice listing page in Laravel. 25. Disable automatic PDF creation when viewing data; display data in HTML view instead in Laravel. 26. Develop a calcu...

    $4572 (Avg Bid)
    $4572 平均报价
    185 个竞标

    ...two very small speakers. The sound file would be a siren with an intermittent horn. I can compose the sound file myself and load it onto the Arduino. There should be a separate potentiometer to control the sound volume. It would be nice if the battery could last an hour or so on a full charge. Once installed into the fire truck, the battery should be able to be recharged through the onboard USB port so as not to have to remove it from the fire truck. Obviously, this would all have to be very small. I have measured the width of the Arduino MKR Zero (about 1") and it should fit within the fire truck no problem. There is limited space above the board for the battery, motor and speakers. Skills and Experience Required: - Expertise in Arduino circuitry and programming. - Past e...

    $4003 (Avg Bid)
    $4003 平均报价
    25 个竞标

    I am looking for a skilled Civil Engineer to certify a drawing for a service door that is to be installed on the side of my garage in North Port, FL. - The garage is primarily constructed of concrete, and the door will be integrated into this structure. - The project is currently at the planning stage, and the certification is required to ensure compliance with relevant building codes and regulations. Ideal candidates for this project will have: - A background in civil engineering, with experience in structural elements of buildings. - Familiarity with construction codes and regulations in North Port, FL. - A detail-oriented approach to ensure that the drawing meets all necessary standards.

    $3269 (Avg Bid)
    $3269 平均报价
    34 个竞标

    ...root@grml ~ # sudo mount /dev/MY_ROOT_PARTITION /mnt Replace the placeholder MY_ROOT_PARTITION with the name of the root partition of your VPS. Example: root@grml ~ # sudo mount /dev/vda1 /mnt Accessing Data Once the file system is mounted, you can use the following access data to access the file system using an SSH or SFTP connection: Host: Server IP User: root Password: (password you have set) Port: 22 Path of the file system: /mnt Backing up Data from the Server to a Local Computer Using Filezilla To back up your server data to a local computer, you can use the FileZilla program. FileZilla is available for computers with Windows, MacOS and Linux operating systems. You can download the latest installation file for your operating system at the following URL:

    $242 (Avg Bid)
    $242 平均报价
    34 个竞标

    ..."personId", "type": "String"}, {"name": "firstName", "type": "String"}, {"name": "lastName", "type": "String"}, {"name": "dateOfBirth", "type": "Date"}, {"name": "addressId", "type": "String"}, {"name": "employerId", "type": "String"} ], "relationships": [ {"name": "address", "type": "Address", "multiplicity": "1"}, {"name": "employer", "type": "Employer&qu...

    $242 / hr (Avg Bid)
    $242 / hr 平均报价
    35 个竞标

    ...<code></code> file to store constant values, including your Azure Blob Storage connection string and the container name.</p> <div style="color:#DADADA;background-color:#1E1E1E;"><pre><span style="color:#57A64A;">// File: </span> <span style="color:#569CD6;">public</span> <span style="color:#569CD6;">class</span> Constants {    <span style="color:#569CD6;">public</span> <span style="color:#569CD6;">const</span> <span style="color:#569CD6;">string</span> StorageAccount = <span style="color:#D69D85;">"YourStorageAccountConnectionString"</span>;    <...

    $187 / hr (Avg Bid)
    $187 / hr 平均报价
    27 个竞标

    ... I've reinstalled Windows XP and all relevant software on the PC. However, I'm facing difficulty getting the petrol pump controller to communicate with the local MSQL database. Key Points: - The PC is running on Windows XP. - The petrol pump controller uses a serial port for communication. - The issue lies in configuring the connection between the petrol pump controller and the MSQL database. Requirements: - You'd need to have a strong grip on database management, particularly with MSQL. - Proficiency in networking and serial port communication is a must. - Experience with Windows XP is preferred. - Troubleshooting skills and experience in resolving connectivity issues will be highly valued. The ideal candidate for this project will be able...

    $1100 (Avg Bid)
    $1100 平均报价
    14 个竞标

    1, Build a KMS SharePoint library with the listed Metadata below 2, Each of the sectors will have 1 or more than 1 sector responders 3, KMS admin can upload the document, but the status is Draft. 4, KMS admin needs to assign at least the sector and document type of the uploa...filters Metadata: Document type: Case study/ Change control / Form /Policy /Presentation/ Procedure / Product documentation / Statement of work / Template / Training Material / User guide / Magazine Gate: 0 expect /1 explore /2 explain /3 experience /4 expand /5 expert success Sector (Chose): Finance/ People / Information Tech / Legal / Admin / Document number: Version: YYYY-(sector code)- (serial number) Status: Draft, Review, Rejected, Approved, Published, Obsolete, Archived Review date: Tag(Enterprise ...

    $4049 (Avg Bid)
    $4049 平均报价
    24 个竞标

    PM For details and pricing. I'm looking for a professional animator to create a series of 5-10 minute episodes based on a reference cartoon project. The key requirements are: - Animation: The episodes should be in 2D cartoon style, with characters moving and interacting in a lively and engaging manner. - Lips Synchronizing: It's crucial that the lip movements are well-timed and synchronized with the dialogues. - Subtitles: I'd like to include subtitles for the episodes to cater to a wider audience, so you would need to integrate these into the animation. - Background Art: The background art should be simple and stylized to complement the cartoonish nature of the series. - Storyline and Characters: I have specific characters and storylines already developed for the seri...

    $424 (Avg Bid)
    $424 平均报价
    33 个竞标

    ...Development of the SIP Client: Implement a SIP client that can be integrated as a plugin into the Milestone software using the provided SDK. Ensure the compatibility of the SIP client with current and future versions of the Milestone software. SIP Client Configuration: Add a user interface in Milestone to configure the SIP client. Configuration parameters should include: SIP server address. Connection port. Username. Password. Additional options such as preferred audio codec and NAT options. Call Automation: Implement the functionality to automatically answer calls. Ensure that when the call is answered, it is automatically recorded in the Milestone system. Integration and Testing: Integrate the SIP client as a plugin into the Milestone environment ensuring smooth and uninter...

    $161 / hr (Avg Bid)
    $161 / hr 平均报价
    15 个竞标

    This might be a very very small thing to help me with I am seeking help from a professional who is proficient in configuring an Asus router. The router is set up at my residence and I am currently experiencing a few issues with its advanced settings, particularly with port forwarding and QoS. Key responsibilities include: - Diagnosing current configuration problems. - Implementing effective port forwarding solutions. - Enhancing the Quality of Service (QoS) settings for optimized network performance. I need someone that has prior experience with Asus routers and can address these issues swiftly and efficiently. Please provide details of your relevant experience in your bid. My configuration currently works as: ISP - ISP's router - switch- PC What I would like is to ...

    $195 (Avg Bid)
    $195 平均报价
    2 个竞标
    Tour Guide Needed 1 小时 left
    已验证

    I'm looking for a tour guide fluent in English to conduct walking tours in below cities: Suwon Incheon Maseru Nouadhibou Port Said Haiphong Tallahassee Delft

    $195 - $390 / hr
    本地
    $195 - $390 / hr
    0 个竞标

    I'm seeking a skilled jewelry designer to create a high-quality sketch of a unique necklace using NZ Greenstone Jade stones and string. You should have a good understanding of jewelry design, with a particular focus on necklaces. Key requirements: - Proficiency in sketching jewelry designs, especially necklaces - Strong understanding of how different materials, particularly stone and string, work together in a piece - Experience in designing using NZ Greenstone Jade or similar stones Note: The project does not necessitate specific necklace length, hence offering you creative flexibility. Please provide samples of your previous works, particularly those involving jewellery design with stones.

    $328 (Avg Bid)
    $328 平均报价
    7 个竞标

    ...existing UltimatePOS system to create a comprehensive Point of Sale (POS) system tailored for a mobile wholesaler. The customization should include integrating new features for inventory management using IMEI numbers, serial numbers, or non-unique identifiers, and expanding the system's capabilities to include transaction processing, customer and supplier management, financial tracking, and user access control. Responsibilities: - Customize the UltimatePOS web app to include the following functionalities: - **Inventory Management:** Adapt system to handle items via IMEI, serial numbers, or without identifiers. - **Sales Management:** Enhance system to process sales using item identifiers. - **Customer and Supplier Management:** Develop capabilities to store det...

    $1451 (Avg Bid)
    $1451 平均报价
    39 个竞标
    Trophy icon Photo edit 已经结束 left

    I need to get the port rates photos edited and corp in different proportions/ratios. Photos are in raw and I need them exported in gif and edited in color, contrast, and balance accordingly so they all have the same look. Also need to get the background cut off. I normally do it in LR but I don't have the time now.. There are 190 photos

    $250 (Avg Bid)
    加保
    $250
    46 项参赛作品

    I need a Java program I have an IP Segment Eg The program must scan the List of IP Addresses available using ping/any other method The program must scan all IP address for the open Ports each one is accepting packet request. I want a java program to create multiple different types of requests to the IP address on the specified port. The program should create the request to respond to some other IP. The goal of the program is to test the capacity of the IP address with Maximum requests it can handle.

    $1022 (Avg Bid)
    $1022 平均报价
    2 个竞标

    Para Fundación en D.D.H.H. Tengo una impresora epson xp-2101 que usa un sistema de tinta continuo y un firmware con serial de un sitio web que adquirí hace un un tiempo. La impresora tuvo un problema con el cabezal y la llevé a un servicio técnico. Luego de esto el sistema dejó de funcionar, utilicé el código de recuperación para activar el firmware desbloqueado pero sale que no coincide y el soporte que me vendio el código no quiere ayudarme. Temo que en el servicio técnico hayan hecho algún cambio en mi impresora. Necesito que alguien con conocimientos necesarios active el actual sistema o desbloqueé la impresora usando una sesión remota o enviando el código o acceso necesario. Quien ...

    $39 / hr (Avg Bid)
    $39 / hr 平均报价
    2 个竞标

    I'm looking for someone who has experience in AES encryption and is also familiar with ASP.Net MVC database connection string, I need a person who can encrypt my connection string and show me the right way to complete the function.

    $62 / hr (Avg Bid)
    $62 / hr 平均报价
    22 个竞标

    This project requires the skills of an individual adept at transcribing from handwritten manuscripts to sheet music. As it involves the transcription of advanced-level string instrument music, your experience and knowledge in this domain will be highly instrumental. Key attributes: - Proficiency in sight-reading - Exceptional knowledge on the string instruments notation - Familiarity with advanced-level music - Accurate transcription abilities Preference will go to candidates who can demonstrate prior experience in this area of work, particularly those familiar with advanced-level string compositions. This is an exciting opportunity for those with a passion for and deep understanding of intricate musical compositions. Excited to hear from the right expert to...

    $148 / hr (Avg Bid)
    $148 / hr 平均报价
    12 个竞标

    *Please include descriptions of 1-2 most relevant projects delivered. *Also as part of the offer please provide comments to the 2 questions at the end of this description Linux Raspberry UDP network and serial communication component 1. Product to be done: a basic communication component handling low-volume, ca. 20-100-byte command messages with rather relaxed performance requirements. The messages will be coming on a non-regular basis from a few clients over a Wi-Fi local network, typically say 2 clients. There is no need to confirm the messages in either way. Consequently it seems that UDP is the right protocol to be used (to be confirmed by the contractor). 2. The server should also support its part of a detection mechanism that should allow the clients to automatically detect...

    $4307 (Avg Bid)
    $4307 平均报价
    25 个竞标

    ...product prices and quantities. - Develop logic to calculate invoice totals based on weight inputs and prices. - Ensure compatibility with various digital weighing scale models and accounting software. **Requirements:** - Proficiency in programming languages such as Java, Python, or JavaScript. - Experience in software development with a focus on interfacing with hardware devices. - Familiarity with serial communication protocols and device integration. - Strong understanding of software architecture and design principles. - Excellent problem-solving skills and attention to detail. **Preferred Qualifications:** - Experience with integrating hardware devices such as digital weighing scales. - Knowledge of relevant frameworks and libraries for device communication. - Understandi...

    $2673 (Avg Bid)
    $2673 平均报价
    13 个竞标

    I'm in need of some assistance in...existing device that is currently utilizing a ESP32-C3 Supermini Dev Board Key functionalities should include: - Bluetooth connectivity - GPIO pins configuration - ADC Input - USB-C Female Plug - Serial TX and RX IO - Ten (10) GPIO functionalities This blueprint will serve as the basis of a prototype I am developing. As such, I'm seeking to partner with someone who is experienced and proficient in the following areas: ESP32-C3FH4 development and configuration including the following features: - Bluetooth connectivity - GPIO pins configuration - ADC Input systems - USB-C connection. - Serial Comms Please ensure your proposal reflects your ability to fulfil these requirements. Also please do NOT ask to conduct business outside...

    $1951 - $7802
    加封
    $1951 - $7802
    11 个竞标

    ...with the expansion of a container port in Myanmar. The primary objective for this project is to enhance the security of the port, and to increase its overall capacity. Key Tasks: - The main task for this project is to add additional docking bays to the port. The new bays should be designed to accommodate containers of different sizes, and be easily accessible for cargo ships. - The existing security systems and procedures will need to be reviewed and upgraded to ensure they are in line with international standards. Skills and Experience: - A background in civil engineering or port development would be highly beneficial for this role. - Experience with port security systems, and a strong understanding of the necessary criteria for enhancing securit...

    $125 (Avg Bid)
    $125 平均报价
    8 个竞标

    ...Ensure correct counting under tab modules on the View Job and Contact pages in Laravel. 19. Resolve duplicate data display issue under the site visits tab on the Job view page in Laravel. 20. Address calculation errors on the create quote page in Laravel. 21. Ensure stability of total calculations on the create quote page in Laravel. 22. Make necessary corrections on the Job Pack page regarding serial numbers, job pack numbers, and dates in Laravel. 23. Automatically populate VAT information from the Job View page during invoice creation in Laravel. 24. Implement company filter and action links for quotations based on type on the Invoice listing page in Laravel. 25. Disable automatic PDF creation when viewing data; display data in HTML view instead in Laravel. 26. Develop a calcu...

    $8965 (Avg Bid)
    $8965 平均报价
    137 个竞标