Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

ibrahimayhans

@ibrahimayhans
About
Posts
14
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Importing Rows Into a List
    I ibrahimayhans

    Hi, The Data I Write on the Textbox is Inserted into the Table with the Insert Button https://i.hizliresim.com/4pnb8Q.jpg[^] When the Complete Button is Triggered, I Need to Import All Rows on the DataTable into the List I Created How can I do this? My Source Code is as follows

    <%@ Page Title="" Language="C#" MasterPageFile="~/TemsilciIslemleri.Master" AutoEventWireup="true" CodeBehind="TemsilciSiparisIslemleri.aspx.cs" Inherits="BilgiYonetimSistemi.TemsilciSiparisIslemleri" %>

                            ###### Satış Temsilci Sipariş İşlemleri
    

    Name and Surname

    Age

    ASP.NET question csharp com

  • MaskedTextBox Focus ?
    I ibrahimayhans

    I'm Into Content With TAB Only User Uses Mouse Sometimes There are such Problems when you click

    C# question

  • MaskedTextBox Focus ?
    I ibrahimayhans

    But a Right Situation and a Problem When I'm Clicked and Moved to the Mouse How Can I Trigger the Home Key? SendKeys.Send("{HOME}"); It does not seem like it

    C# question

  • MaskedTextBox Focus ?
    I ibrahimayhans

    Hi, I am developing applications on C # WinForm Using MaskedTextBox and Mask Structure (999) 000 00 00 I use Only when the user clicks with the mouse, it focuses on the pressed point This Data Entry Is Incorrect and Incomplete MaskedTextBox with User Mouse and Tab How I Can Focus on the Top of the Beginning I look forward to helping you in this regard Best Regards...

    C# question

  • SerialPort.ReadLine() ?
    I ibrahimayhans

    Hello, I am requesting you to help me on a topic, Indicator Device Connected to Computer with Serial Port The following information is coming when I watch Putty [url=https://hizliresim.com/5D6MAD\][img]https://i.hizliresim.com/5D6MAD.png\[/img\]\[/url\] When I Test On C # Using the Following Codes

    string GelenVeri = SerialPortKBS.ReadLine();
    GelenVeri.Substring(6, 6);
    listBox1.Items.Add(GelenVeri);
    LBLAgirlikDurumu.ForeColor = System.Drawing.Color.Red;
    LBLAgirlikDurumu.Text = "";
    LBLAgirlikDurumu.Text = GelenVeri;
    listBox1.SelectedIndex = listBox1.Items.Count - 1;
    listBox1.SelectedIndex = -1;

    string ReceivedString = "";
    if (SerialPortKBS.BytesToRead > 0)
    {
    byte[] ret = new byte[SerialPortKBS.BytesToRead];
    SerialPortKBS.Read(ret, 0, ret.Length);
    ReceivedString = Encoding.ASCII.GetString(ret);
    if (ReceivedString.Length > 6)
    ReceivedString = ReceivedString.Substring(5, 6);
    LBLAgirlikDurumu.Text = ReceivedString;
    }

    When Weight is Weighted on a Scale Always Values Are as Below but Weight on the Indicator Always reads the first time I read it with SerialPort.ReadLine (). Does not Show Last Value Too Many Experiences But I Was Not Successful, Are You Help?

    C# com graphics help question

  • SerialPort DataReceived Event Read Byte ?
    I ibrahimayhans

    The Problem I'm Having Problem With, What's The Value 8 Bytes Coming Up and How Can I Keep Reading the Restored Values? How Do I Write a Code?

    C# help question

  • SerialPort DataReceived Event Read Byte ?
    I ibrahimayhans

    I have used the Thread Function, and now Delete

    C# help question

  • SerialPort DataReceived Event Read Byte ?
    I ibrahimayhans

    :) In this case you are right, I've searched too much But I did not do what I did, I believe that if I can at least understand the logic of this, I will be able to do so without any problem. On the Yinede You Are So Glad to Help Me in This Concern?

    C# help question

  • SerialPort DataReceived Event Read Byte ?
    I ibrahimayhans

    Only the manufacturer of 41 bytes will deliver the future in a single time. If it does not come in one go as you have stated, how can I get it in the order of the results? So how do I get to 8 + 8 + 8 + 8 in order of incoming results?

    C# help question

  • SerialPort DataReceived Event Read Byte ?
    I ibrahimayhans

    The Producer Company Specially Says 41-Byte Data Future.

    C# help question

  • SerialPort DataReceived Event Read Byte ?
    I ibrahimayhans

    I did not fully understand the Buffering Scheme or I could not. Can I send me the edit code on the code I share in the Read operation?

    C# help question

  • SerialPort DataReceived Event Read Byte ?
    I ibrahimayhans

    I understand State But I am in contact with Producer Company in reply to the query sent in one time 41 byte length is required to be delivered in the value. What Should I Do to Receive 41 Bytes of Data at a Time? Also, SerialPort.Read (byte [] buffer, int, int); Can such an operation be done with this method?

    C# help question

  • SerialPort DataReceived Event Read Byte ?
    I ibrahimayhans

    Hello, When we contact with the manufacturer company, we inform you as the status on the screen of the device after Char Characters we send. When the Status Letter arrives, the values are sent correctly. After this, SerialPort.Read as specified in the company's total length of 41 bytes is required. SerialPort.ReadExisting () Returns an Incomplete Result. Features SerialPort.Read Read.

    C# help question

  • SerialPort DataReceived Event Read Byte ?
    I ibrahimayhans

    Hello, I would like to ask you to share information on a subject, I am experiencing a problem related to data transmission and data retrieval on an Indicator device connected to a serial port on a project I am developing. Code I Write For Trial Purpose As Below, SerialPortTLB_DataReceived Event Overflow Should Not Send on Textbox as Byte, How can I print the incoming data as Bytes? I'm Waiting For You About This Issue, Good Work ...

    using DevComponents.DotNetBar.Metro;
    using System;
    using System.Windows.Forms;

    namespace VeriOkuma
    {
    public partial class VeriOkuma : MetroForm
    {
    public VeriOkuma()
    {
    InitializeComponent();
    }

        private void BTNVeriGonder\_Click(object sender, EventArgs e)
        {
            if (!SerialPortTLB.IsOpen)
                SerialPortTLB.Open();
            SerialPortTLB.Write(System.Convert.ToChar(2).ToString() + System.Convert.ToChar(1).ToString() + "DNG" + System.Convert.ToChar(13).ToString());
        }
    
        private void VeriOkuma\_Load(object sender, EventArgs e)
        {
            if (SerialPortTLB.IsOpen)
            {
                SerialPortTLB.Close();
            }
        }
    
        private void SerialPortTLB\_DataReceived(object sender, System.IO.Ports.SerialDataReceivedEventArgs e)
        {
            if (!SerialPortTLB.IsOpen) SerialPortTLB.Open();
            TXBGelenVeri.Text = SerialPortTLB.ReadExisting();
            SerialPortTLB.Close();
        }
    }
    

    }

    C# help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups