473,698 Members | 2,166 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

simple send and receive from com1

5 New Member
hello i am trying to make a real-time clock with a microprocessor , and i want to display the output on my pc with c# .

my code is below

Expand|Select|Wrap|Line Numbers
  1. #region Namespace Inclusions
  2. using System;
  3. using System.IO.Ports;
  4. using System.Windows.Forms;
  5. #endregion
  6.  
  7. namespace SerialPortExample
  8. {
  9. class SerialPortProgram
  10. {
  11. // Create the serial port with basic settings
  12. private SerialPort port = new SerialPort("COM1", 9600, Parity.None, 8, StopBits.One);
  13.  
  14. [STAThread]
  15. static void Main(string[] args)
  16. // Instatiate this class
  17. new SerialPortProgram();
  18. }
  19.  
  20. private SerialPortProgram()
  21. {
  22. Console.WriteLine("Incoming Data:");
  23.  
  24. // Attach a method to be called when there // is data waiting in the port's buffer
  25. port.DataReceived += new SerialDataReceivedEventHandler(port_DataReceived);
  26.  
  27. // Begin communications
  28. port.Open();
  29. // Write a string
  30. port.Write("140519831548");
  31.  
  32.  
  33. // port.Write("170620001129");
  34.  
  35.  
  36.  
  37.  
  38. // Enter an application loop to keep this thread alive
  39. Application.Run();
  40. }
  41.  
  42. private void port_DataReceived(object sender, SerialDataReceivedEventArgs e)
  43. {
  44. // Show all the incoming data in the port's buffer
  45. Console.Write(port.ReadExisting());
  46. // MessageBox.Show(port.ReadExisting()); 
  47. }
  48. }
  49. }
whis code works fine and displays the clock.

the problem is i want to give this command lets say 3 secs after the program starts.

port.Write("170 620001129"); // sets date and time

But i didnt know where to put that. Any suggestions?
Dec 24 '07 #1
2 1633
Plater
7,872 Recognized Expert Expert
What version of .net are you using? The sample code looks very strange
Dec 26 '07 #2
nmsreddi
366 Contributor
Hello

What exactly you mean ,you want to stop displaying time only for firsdt time or it should show for every 3 seconds if this is the case just go for threading ,Thread.Sleep(t ime in millisec);

if you want to wait only for the first time then ,just take a bool variable and make use of that as your requirement.

Hope you got an idea

Regards
Nmsreddy
Dec 27 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
5362
by: Kitchen Bin | last post by:
Hi. I am trying to use Sockets to do multiple Send and Receives via HTTP (not simultaneously). A first pair of Send/Receives works fine and sure enough I receive HTML back, but the next Send/Receive pair (even if identically the same as the first pair) returns no data. eg. The following simplified code will receive some bytes: s.Send(ByteGet, ByteGet.Length, SocketFlags.None); bytes = s.Receive(RecvBytes, RecvBytes.Length, 0); //...
13
8092
by: Manfred Braun | last post by:
Hi All, I am trying to understand the blocking method socket.Send(). The call blocks as expected, but does this mean, it returnes after the underlying TCP layer got a confirmation, that the send data was received by the socket on the remote end? Can I count on that? Do I understand TCP correctly in that, it gives confirmation ? I do not expect, that a .Net based receiver got that data when socket.Send() terminates!
0
3212
by: Daniel Sélen Secches | last post by:
I found a good class to do a simple FTP. Very good.... I'm posting it with the message, i hope it helps someone ============================================================== Imports System.Net
13
21676
by: Susan Beebe | last post by:
I have downloaded the code described in Microsoft article Q154078. I am trying to send raw ZPL (zebra barcode printer) code from Microsoft access. It works just fine if I hard code the actual data in the string being sent to the printer. However, if I prompt the user for data or if I insert data from a particular record/field in a form Access crashes/closes on its own. I have included the code below, if anyone has any suggestions,...
4
1336
by: Juan Antonio Villa | last post by:
Hello All. I'm a newbie in programming and I was wondering if I could get some help from you. I have a form with the following fields: ------------------------------------------------- Name Email Age (option field) -> over 45 or under 45 Sex (option field) -> male or female Comments:
1
2173
by: jim.omalley | last post by:
I'm trying to write an interface to send scoreboard data from an XML file generated by a football stats program to a Chyron CODi character generator connected to my COM1 serial port (all operations on same machine). I'm already able to send static commands written into HTTP forms to control the CG via serial COM1. What I'm needing is a way to read and parse variables from the XML, then generate a CODi command string which can be written...
2
2901
by: Hugh Janus | last post by:
I am trying to receive GPS data into a pocket PC 5.0. I am using the device emulator. The main PC has a bluetooth dongle connected and is bonded with the bluetooth GPS transmitter to COM8. In the device emulator, I am mapping Serial Port 1 to COM8. The below code *should* work as far as I can see but it does not. It hangs on the ReadLine line. Any ideas anyone? If I use hyperterminal on the main computer to read COM8 I can see the...
1
2967
by: Smita Prathyusha | last post by:
I am facing a problem in writing to COM1. I am using a Win 32 Console mode Program in VC++ the following is the code: If anyone can help me out it will be of great help : // SC_Using_Classes.cpp : Defines the entry point for the console application. #include "stdafx.h" #include <stdio.h> #include <conio.h> #include <iostream>
11
29594
by: sevak316 | last post by:
Trying to open COM1 in XP using CreateFile and I keep getting INVALID_HANDLE_VALUE. here is the code I am using: //main ............. ..... .... .. .
0
8604
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9160
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9029
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8897
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7729
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4370
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4619
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2002
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.