Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
319 views

Connect the Accessory to my JailBreak iPhone Device

I am using serial programming for get connected serial cable to my iPhone my code is as under #include <stdio.h> /* Standard input/output definitions */ #include <string.h> /* String ...
4
votes
0answers
227 views

How can i Open Serial Port of Dock connector in iOS 5.0.1

I can successfully open the serial port of iPhone/iPad in lower version than iOs 5. with the use of open("/dev/tty.iap", O_RDWR | O_NOCTTY | O_ASYNC)) but i got error "Operation not permitted" in ...
4
votes
3answers
1k views

iphone <-> real world connection

Any pointers on how to initiate serial communication with the iphone? Or any other idea to interact with external hardware?
3
votes
3answers
260 views

Serial port communication in common lisp

Is there a library for serial port communication in Common Lisp on Windows?
3
votes
3answers
534 views

C# Serial Communications - Received Data Lost

Received data in my C# application is getting lost due to the collector array being over-written, rather than appended. char[] pUartData_c; private void serialPort1_DataReceived(object sender, ...
3
votes
1answer
4k views

Calculate Block Check Character (BCC) for serial communication

I am communicating with a device via serial via the SerialPort class of .NET and based on third-party device specification requirements I need to calculate a "block check character". The only ...
2
votes
1answer
77 views

Using the IO Kit to communicate with USB in Xcode 4

I'm making an application in Xcode 4 for MAC which purpose is to draw a graph of an ECG reading. The reading is supposed to be received over USB/serial. I therefore need to write code for the ...
2
votes
3answers
150 views

Serial communication (for Arduino) using Visual Studio 2008 and C

I want to send data to my Arduino board using Visual Studio and C. I specifically need to use C since I am using ARToolKit to get markers and sending the data accordingly. I was trying the code ...
2
votes
3answers
138 views

Can an iOS app control a phone call?

My Mom's deaf. I typically talk to her using a TTY service and she has a TTY phone at her house. I've looked in to iOS TTY and all it ever says is about connecting a cable to the iPhone to use a ...
2
votes
2answers
175 views

Should I keep a SerialPort connection open?

I am working with serial communication and I'm wondering whether I should keep the SerialPort open or not? I'm creating a queue of commands and only one will be running at a time. Should I create a ...
1
vote
0answers
40 views

serial port device, commands, responses and C#

I'm writing my master thesis and I stuck with programming serial port device communication. I'm writing photo-acoustic scanner. Application that will allow to create thermal images. I'm using and ...
1
vote
1answer
50 views

Android USB Host Communication

I'm working on a project that utilizes the USB Host capabilities in Android 3.2. I'm suffering from a deplorable lack of knowledge and talent regarding USB/Serial communication in general. I'm also ...
1
vote
3answers
77 views

printf raw data — get printf or print to NOT send characters

I have a Xilinx Virtex-II Pro FPGA board that is attached via RS232 to an iRobot Create. The iRobot takes a stream of byte integers as commands. I've found that printf will actually send over the ...
1
vote
1answer
60 views

vb.net ms comm getting exception

I used microsoft com control 6.0 in the application for sending data to the led control MSComm1.EOFEnable = True MSComm1.SThreshold = 100 MSComm1.InputLen = 0 ...
1
vote
1answer
98 views

Detect non MFI register card reader to iPhone

I want to create a one application for communication of card reader with iPhone via dock connector. but problem is there my card reader accessory is not a MFI registered. so i cant get any kind of ...
1
vote
1answer
158 views

Serial port output buffer size in Windows 7

Unix serial ports have a large output buffer. Write calls return immediately as long as there's space in the buffer. When there isn't enough space, a blocking write waits until the buffer is emptied ...
1
vote
0answers
34 views

Modem gives ERROR after issuing ATDTnnnnnnn

I am attempting to call a remote modem using a local modem connected via USB. Programming language is VB.NET but that is largely irrelevant. After I issue ATDTnnnnnnnnnn[CR][LF] The modem responds ...
1
vote
2answers
61 views

java library: socket communication between 2 or more java applications

I'm looking for a java library that help me send information between 2 or more running java applications that are on the same or different machines(different networks). I'm looking for a TCP socket ...
1
vote
1answer
199 views

Convert int16 to byte array

I'm really new to C, and so a bit confused. I am trying to convert an int16 to a byte[] array. I have a int16 like -200, and I want to convert it into a byte[2] array, like the following example ...
1
vote
2answers
156 views

what are the functions i need use for serial communication in vc++?

I am working on an embeeded device.i connect to it using COM port. It gives the list of all files when i send a command "LIST" to it. so i wrote an "hello world" which will connect to the port device ...
1
vote
4answers
67 views

Question about C++

This is perhaps quite a simple one for some of you. I was looking at the following serial read function and I can't quite comprehend what &prefix[2] does here. Does it mean only two bytes can be ...
1
vote
2answers
319 views

Change SerialPort's BaudRate while connection is open

I am using SerialPort class to communicate with an external device. I start the communication at 300 Baud per second however after the initial "handshake" I have to switch to a Baud rate specified by ...
1
vote
4answers
585 views

Serial Port Receive Thread Not Behaving as Expected - C++

My application uses a separate thread for handling received serial data asynchronously. The PC gets into the receive-handler as expected, but from there things go weird. This is my thread function: ...
1
vote
1answer
442 views

Win32 API: ReadFile not timing out

I'm writing some code to interface with a piece of hardware. The hardware connects to the PC via a USB with a USB-to-Serial converter inside the device (it shows up as a COM port device in Windows). ...
1
vote
6answers
569 views

How to control multiple robots through PC using Serial communication?

I want to control multiple robots using my laptop. Robots do not have intelligence, they are sending sensor values to PC which computes the sensors values and sends back result to robots.(Centralized ...
1
vote
2answers
721 views

Synchronizing a java serial port connection using RXTX

I have a java program that continually listens for messages of a certain format on a serial port. When the sender application is not sending messages, it sends heartbeat messages in the following ...
1
vote
3answers
327 views

How to enforce 250 millisecond delay between writes on a serial port?

I have a device (digital indicator) that I am communicating with using the SerialPort class. The device documentation states that I need to have a 250 millisecond delay between writes. Is there a way ...
1
vote
4answers
1k views

How to do serial communication in c program?

Using vc++ compiler how one can access serial port. Bioscom() function can be used in Turbo C.
0
votes
2answers
10 views

how to test serial port communication in windows with rxtx?

I am using RXTX with Java to connect to serial port. But now i have to test whether the communication is working properly or not? How to do this. Do i need modem or can we test any way in my local ...
0
votes
1answer
22 views

Reading data from COM port

I have a little problem. I try to read data from COM port and I receive "bad" data like following: 0 Fl- 1 i 2 3 ? 4 m? 5 6 7 8 9 10 ? 11 12 13 d 14 D 15 The code that open port is: _port ...
0
votes
5answers
116 views

RS232 for iOS device

Is it possible to pair an iDevice to an rs232-bluetooth adapter for the purpose of sending serial commands like it would through an iDevice dock connector to rs232 (just like the Redpark Serial Cable ...
0
votes
1answer
41 views

VaComm component doesnt fire OnRxChar event

VaComm component encapsulates communication with external devices through COM port. My program is communicating with measuring device using following code: void Form::OnButton_Click() { ...
0
votes
1answer
39 views

Convert application under win16 with a driver to win32

In general, what needs to be done to convert a 16 bit Windows program to Win32? The application is used to be serial communication with a driver. I have known how to use the DLL file of the driver. ...
0
votes
3answers
70 views

What kind of port is the USB port?

I am developing a serial port communication java-J2ME-J2SE application. There is a mobile phone and a computer ( running Windows XP ). These two machines are communicating through the phone mobile's ...
0
votes
0answers
17 views

how can i read the responce message from Accessory in String format

I want to read the response of accessory in string format. (I used serial programming for communication..) With my current code i can read response but i get wrong response. i think its because of ...
0
votes
0answers
63 views

Good commuication practices via Serial Port (RS232)

I want to know some general communication strategies, which should be followed for a communication via COM (serial) Port. I can read/write at the port, also can list all the available ports on the ...
0
votes
0answers
14 views

Live graphing multiple channels of data, platform / framework selection

What framework / library / platform would you suggest for creating a Linux, preferably multiplatform, application displaying eight oscilloscope like graphs, updating in realtime? I'm imagining a view ...
0
votes
1answer
31 views

Communicating with a combinational logic circuit

I imagine this is a quite broad question, but i am wondering how i can communicate with a combinational logic circuit using my PC. Can i use the RS232 serial port? I have looked into this and it ...
0
votes
0answers
67 views

need help with tcsetattr() for 9600 NRZ configuration

I've searched for days and the only examples I can find is for an 8N1 serial port configuration. What configuration constants do I need to specify in the termios structure to set the serial port to ...
0
votes
2answers
136 views

PortInUseException - Java Serial Communication

Im developing an application for serial communication in java with RXTX.Now im getting an error " Port already in use: gnu.io.PortInUseException: Unknown Application " while opening a port.But i dont ...
0
votes
0answers
245 views

Java Serial Communication Application Development

I want to develop an application using java for serial communication.Its a GUI to interact with the Micro Controller via serial communication.Sun did'nt provide any package for this serial ...
0
votes
1answer
185 views

best method to find the COM port to which my embeded device got connected in my vc++ program

I want to find the COM port my device got connected in my vc++ program. upto now i used to scan all the ports from 0 to 15 and send some command if the reply is suitable to me i can confirm that it is ...
0
votes
1answer
124 views

problem with serial communcation in vc++ mfc

I am working on an embeeded device.and it is connected on COM6 port when i use putty to write to that port it replies me with result. example is when you say hello,it replies hello. I wrote a ...
0
votes
1answer
188 views

serial programming in vc++ mfc

I am writing two applications one is continuosly listening to "COM3" port and printing data. When i run other application which should write to that "COM3" port i am getting error serial port does ...
0
votes
1answer
526 views

How to listen multiple serial ports with C#

I am using Serial COM Simply in C# by Noah Coad http://www.devhood.com/Tutorials/tutorial_details.aspx?tutorial_id=320 and I have available ports on my machine whichs ...
0
votes
1answer
461 views

connecting avr atmega32 to shift register using USART?

I want to connect ATMEGA32 microcontroller to a shift register using USART via TXD pin, the shift register then performs serial to parallel conversion on the received data. but as you know, the shift ...
0
votes
2answers
335 views

Bogus TimeoutException reading .NETCF SerialPort

EDIT: Was a hardware problem.....getting a duplicate device or cable seemed to solve the problem. Hello, I am pulling my hair out trying to read a large quantity of data (~1MB) from a serial port in ...
-1
votes
2answers
163 views

some problem with serial programming in vc++ mfc

When i connect my embedded device to my system,i am running my program which will write to the port my embedded is connect and it prints the reply to console. When i connect my device and run this ...