Tagged Questions
3
votes
1answer
413 views
Serial I/O Overlapped/Non-Overlapped with Windows/Windows CE
I'm sorry this isn't much of a question, but more of to help people having problems with these particular things. The problem I'm working on requires the use of Serial I/O, but is primarily running ...
3
votes
1answer
141 views
Why do I get “CreateFile Failed: 161” when I try to open the serial port?
I get "CreateFile Failed: 161" on the serialPort.Open() line:
. . .
MessageBox.Show(string.Format("Made it into PrintUtils.PrintBarcode()"));
using (SerialPort serialPort = new SerialPort())
{
...
1
vote
1answer
152 views
How can I write to a Zebra QL220 using OpenNETCF.IO.Ports?
The "SerialPort" below is from OpenNETCF.IO.Ports.
Does this first pass/semi-edicated guess make sense for printing to a belt printer (Zebra QL220); that is, is it a decent starting point?
using ...
0
votes
0answers
262 views
GSM Modem Not Replying to AT Commands on WinCE
I have a Wavecom GSM/GPRS Modem. When I connect to my computer using the serial port and issue AT commands via Hyperterminal, it works OK.
But if I connect it to an SBC2440 device with WindowsCE 6 ...
3
votes
1answer
609 views
WinCE and PC USB communication
We are developing some device and we need to find good solution for one of needed functionality.
Thing is that we need communicate WinCE 6.0 (ARM) and Windows on PC.
Easiest way is of course COM port ...
1
vote
0answers
51 views
Serial overclocking seems to occur when not attached to debugger on Windows CE device
I have a problem with Windows CE 6 and a DIGI device with processor Freescale IMX51. I wrote an application in C # using the BSP of DIGI, to use the ARM eSPI (enhanced Serial Peripheral Interface).
...
0
votes
0answers
237 views
Strange Serial Port situation on Win CE
I encountered a strange serial port problem on Win CE 6.0 run-time image that was built by myself.
After setting up the parameters using the Board Support Package and building the image
everything ...
-2
votes
1answer
393 views
Virtual COM port to Socket communication
I have a virtual COM port and socket in my app , i want to transfer data from this Virtual COM port to a socket and vice versa.
How can i do this?
Is there some sample code or good library out there ...
0
votes
1answer
962 views
Creating a serial PPP connection between a Windows CE 6 device and Windows 7
I need to create a PPP connection over a serial port between an embedded device running Windows CE 6 and a PC running Windows 7.
I've configured a dial-up modem on Windows 7 according to this: ...
2
votes
1answer
202 views
Running in Windows CE from debugger causing eventual out-of-memory crash
I'm building a C# application for a Windows CE machine. The CE machine is talking to a serial device, and I'm using the SerialPort class.
When I run the project from Visual Studio by right-clicking ...
0
votes
1answer
2k views
Using virtual com port on windows mobile
I have a windows mobile device which is running windows CE 5.0.
I want to now connect a hardware to the USB port and communicate with the hardware by configuring it as a virutal com port and ...
0
votes
3answers
954 views
VB.NET 2005, Serial port, dispose problem, Windows CE
I write program for Windows CE that should work with Serial ports. I use object System.IO.Ports.SerialPort. Everything works well but when I close program and open it again, I receive error: Port is ...
2
votes
7answers
3k views
Windows CE and serial port problems (can't open port)
I'm trying to write a custom application for a GPS device, and I need to read the GPS data.
The problem I'm facing is that I cannot open the GPS port. I know which COM it is, and I know the baud ...
1
vote
1answer
543 views
dataReceived event in .net compact 2.0 for Windows CE 6.0 only works once for serial comm
I have simple serial port program that is supposed to read the serial port and echo back the characters typed. I can get this to work fine by polling the serial recieved with a timer, but I'd like ...
2
votes
1answer
843 views
Serial port library/header file in C for WinCE
I am a newbie in WinCE application programming. But the starting is not as smooth as expected. I could not find code examples, tutorials to learn from. I could not find a book on WinCE programming. ...
1
vote
1answer
554 views
Is it possible to use serial port in WinCE 5.0 emulator?
Is it possible to use PC's serial port (com1) for WinCE 5.0 emulator? How to do that?
FYI, I am working on a program which will communicate with another device using serial port. I need to use winCE ...
0
votes
1answer
464 views
How to read from a device's COM Port?
I´ve a device running Windows CE, which is capable to receive GPS datas. Now I wrote an application (C#, .Net Compact Framework 2.0 using VS2008) in order to receive this data and later on work with ...
0
votes
1answer
709 views
Serial Port Spy for Windows Embedded CE
Is there a serial port "Spy" application available for Windows CE? By spy I mean an application that runs on Windows CE and can monitor the traffic going in and out of a serial device without ...
1
vote
2answers
1k views
Is there a hook to monitor activity on a bluetooth serial port
Is there any way of monitoring activity over a bluetooth connection either using a software hook or an external bluetooth monitor, where the bluetooth is emulating a RS232 serial port.
When I'm using ...
1
vote
3answers
9k views
Serial port monitoring application for Windows CE?
I have an application on a Windows CE device that tries to receive data over a serial port. This isn't working and now I'm looking for some simple application to run on that device that'd let me check ...
5
votes
2answers
17k views
Serial Port ReadLine vs ReadExisting or how to read the data from serial port properly
I am reading data from serial port. The data comes off the scale. I am now using Readline() and getting data dropped even after I removed DiscardInBuffer().
What is the proper way to read the data ...

