Re: The "answer movie music band with music band name" game Community Center Geeks' Lounge by maui_mallard Serial serial communication using c programming in linux not working Programming Software Development by sridhar.selva serial port problem is occuring,,, pls guide on the same as …, 0x03}; fd = open(&quot;/dev/ttyS0&quot;, O_RDONLY | O_NOCTTY | O_NDELAY ); if (fd == -1) {printf(&quot;error opening&quot;);} else { printf(&quot;%d&quot;, fd); //i get…fd, F_SETFL, 0); wd=write(fd, buff, 13 ); } printf(&quot;%d&quot;, wd); //i get wd to be -1, so what is… Re: serial communication too slow Programming Software Development by Ancient Dragon Serial communication is inherently sloooow, which is one reason hardware manufactures switched to USB. This is one are in which MS-DOS 6.X did a lot better than MS-Windows or \*inix because MS-DOS was pretty close to a real-time operating system and programmers had complete access to the hardware and ports. Re: Serial port time interval error dotnet c# Programming Software Development by C#ENTHU … [quote=c#enthu;1528513]dear all, data comes to my serial port every 6 seconds. My application is capturing the data… = true; } else { lbllive.visible = false; } if (serial_data.contains(&quot;\r&quot;)) { writetodatabase(serial_data); serial_data = &quot;&quot;; } sptimer.enabled = true; } any suggestions will be of… Re: Serial Port in C++ Programming Software Development by VernonDozier Serial port or USB? Which one is it? What's the OS? Re: iam having doubt in serial port Programming Software Development by Ancient Dragon serial ports, and programs that monitor them, only know about bytes of data on the port, they know nothing about what kind of data it is except monitoring programs can detect ascii text characters. If you send binary data then they can only show you the hex values, not the original data in the program that sends the data. Re: it is urgent please help me Programming Software Development by bprabhumdu … pin is shorted... i use hyper terminal for working of serial port . it is working in hyperterminal... how to send …data through this serial port and display it the same form.. Example ... in … form i type a string &quot; welcome &quot; in a text box welcome is send to serial port and it is received the… Re: Some questions regarding SATA Hardware and Software Hardware by OlyComputers …but SATA optical drives are becoming popular). As the &quot;serial&quot; component of the name describes it works in one …channel, only sending data once, instead of &quot;Parallel&quot; PATA (standard IDE) that sends data twice for … the server market but higher end servers use SAS (Serial attached SCSI) or conventional SCSI. There's also the… Re: HDD upgrade choices Hardware and Software Hardware by techfreak Serial ATA drives are faster then IDE drives, and unless your … Re: ATA Types? Hardware and Software Hardware by Dani Serial ATA is better than Parallel ATA (IDE) drives SCSI is great if you can afford it but really meant for high-performance servers Re: How do I install a SATA hard drive??? Hardware and Software Hardware by digitalocksmith …one exists) is for factory use only. With a Serial ATA interface, each disc drive has its own cable that… connects directly to a Serial ATA host adapter or a Serial ATA port on your motherboard. Unlike …a host adapter. This makes it easy to add Serial ATA compatibility to your existing system without removing existing Parallel… Re: Word Association Game Community Center Geeks' Lounge by samaru serial --> serial port Re: Word Association Game Community Center Geeks' Lounge by Xelfinn serial -> bus Re: For kahawten: Can't get more than 16 colors Hardware and Software Microsoft Windows by Killer_Typo serial numbers for what?? you gotta be more specific if what your looking for?? Re: USB device command Programming Web Development by hollystyles Serial communication has to be done fairly low level using Windows … Re: GridBag layout problems. Programming Software Development by server_crash Serial, I loved the way you used the properties for the gridbaglayout on each button. That's what helped me out. I've known Java for a year and am very good at it, but I've never used the gridbaglayout and to tell you the truth, the code you showed me really helped out. Re: From were Money Comes??? Community Center Geeks' Lounge by Ravenous Wolf >>serial numbers...done electronically. yes i see that. the fact that … and i know that and &quot;korea&quot; knows that but i am sure that our &quot;korea&quot; would bnot care. that is… relatively easy. they would then not allow in the &quot;money inspectors&quot;. and the copyright would make no difference. if they… Re: Help with C code Programming Software Development by Salem Serial killer [url]http://cboard.cprogramming.com/showthread.php?t=108441[/url] [url]http://forums.devshed.com/c-programming-42/help-with-c-code-looping-565811.html[/url] Serial Programming with python Programming Software Development by Saqib_J …to open port with ser = serial.Serial(0) but it gave error that [COLOR=&quot;red&quot;][Error 2] The system cannot… find the file specified.[/COLOR] but with ser = serial.Serial(3) and…sometime and times out.why?? on ser = serial.Serial(5) and ser = serial.Serial(6) it again comes to input as … Re: Serial Programming with python Programming Software Development by Tech B Try serial.Serial(&quot;COM3&quot;) or the port you need. Re: Serial Programming with python Programming Software Development by Saqib_J [QUOTE=Tech B;1746782]Try serial.Serial(&quot;COM3&quot;) or the port you need.[/QUOTE] ok i got it … printing data in text box in serial communication using timer Programming Software Development by tharunsigma iam new to c# and trying to work out on serial communication using timer i can send and receive the data … Reading Serial Port and Plotting with Chart. Digital Media UI / UX Design by ram_10 … { comboBox1.DataSource = SerialPort.GetPortNames(); timer1.Start(); Text = &quot;Serial Channel to FRDM-KW40Z&quot;; } private void TextBox1_TextChanged_1(object sender, EventArgs e) { } private… Re: Reading Serial Port and Plotting with Chart. Digital Media UI / UX Design by rproffitt @Ram, while I have written too many apps that use the serial port in C (PalmOS), C# (VS2008), VB6 and maybe others the errror doesn't jump out to me. I do worry why you used CheckForIllegalCrossThreadCalls though. That is discussed in prior discussions as something to not use. Share more and why you used CheckForIllegalCrossThreadCalls. Re: Reading Serial Port and Plotting with Chart. Digital Media UI / UX Design by Isaac_4 … charts correctly, then try to hook it up to the serial port code. How to check serial (com) port is available or not in j2me? Programming Mobile Development by _neo_ … = (CommConnection)Connector.open(&quot;comm:&quot; + getComPort(), Connector.WRITE, true);[/CODE] Or is there any way to detect serial port is available or… not? I've already analyze microedition.commports system property too. Following method gives me &quot;COM0&quot Unable to run a windows serial comm library in 64 bit Hardware and Software Microsoft Windows by danibootstrap I am unable to run a serial comm library in visual studio for a 64 bit machine target. It works fine for x86 bit. I have attached my source code and visual studio solution file. Some one please help. Re: Serial Port Prograaming Programming Software Development by Jayavardhan …=&quot;clear:both;&quot; /> =Serial Linux= {{:Serial Programming/Serial Linux}} <br style=&quot;clear:both;&quot; /> =Serial Java= {{:Serial Programming/Serial Java}} <br style=&quot;clear:both;&quot Serial Com Socket for transferring files Programming Software Development by overwraith … } Serial.print(&quot;Initializing SD card...&quot;); if (!SD.begin(CS_PIN)) { Serial.println(&quot;initialization failed!&quot;); return; } Serial.println(&quot;initialization done.&quot;); myFile = SD.open(&quot;test.txt&quot Serial port communication using C++ Programming Software Development by prashw … letter 'a' to the serial port. The serial port is connected to a … SerialGetc(HANDLE*); void SerialPutc(HANDLE*, char); -------------------------------------------------------------------------- Serial.cpp CODE CODE #include <iostream> …#include <string.h> #include &quot;serial.h&quot; // Flow control flags #define FC_DTRDSR 0x01 …