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 … 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… 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 vb…; welcome " in a text box welcome is send to serial port and it is received the same.,and display it… Re: Some questions regarding SATA Hardware and Software Hardware by OlyComputers Serial ATA is an interface standard used for communication between a … but SATA optical drives are becoming popular). As the "serial" component of the name describes it works in one… in the server market but higher end servers use SAS (Serial attached SCSI) or conventional SCSI. There's also the matter… 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 … 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 … (it doesn't really have serial port) i tried to open port with ser = serial.Serial(0) but it gave error … cannot find the file specified.[/COLOR] but with ser = serial.Serial(3) and upto 5 system waits for sometime and times… out.why?? on ser = serial.Serial(5) and ser = serial.Serial(6) it again comes to input as command … Re: Serial Programming with python Programming Software Development by Tech B Try serial.Serial("COM3") or the port you need. Re: Serial Programming with python Programming Software Development by Saqib_J [QUOTE=Tech B;1746782]Try serial.Serial("COM3") or the port you need.[/QUOTE] ok … 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 …); // displaying error message } } void sErial(string Port_name) { try { sp = …Parity.None, 8, StopBits.One); // serial port parameters sp.DataReceived += new SerialDataReceivedEventHandler(DataReceivedHandler… 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_ Actually I'm trying to open serial port to send logging data in j2me. When I connect ….WRITE, true);[/CODE] Or is there any way to detect serial port is available or not? I've already analyze microedition… 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 … Programming}} <br style="clear:both;" /> =Serial DOS= {{:Serial Programming/DOS Programming}} <br style="clear:both;"…; /> =Serial Linux= {{:Serial Programming/Serial Linux}} <br style="clear:both;" /> =Serial Java= {{:Serial Programming/Serial Java}} <br style… Serial Com Socket for transferring files Programming Software Development by overwraith … File myFile; void setup() { Serial.begin(9600); while (!Serial) { ; // wait for serial port to connect. Needed for native….close(); } else if(ch != -1){ myFile.print(ch); Serial.print(ch); } }else{ //if the file didn't open… Serial port communication using C++ Programming Software Development by prashw …the letter 'a' to the serial port. The serial port is connected to a …char SerialGetc(HANDLE*); void SerialPutc(HANDLE*, char); -------------------------------------------------------------------------- Serial.cpp CODE CODE #include <iostream> …include <string.h> #include "serial.h" // Flow control flags #define FC_DTRDSR…