Hi,
I have encountered a problem when trying to transmit the Decimal
character 43 across a serial port connection.
I have written the following two programs:
ASCII128.sbp
This program should transmit a specific ASCII character (0-127),
one time, each time a button is pressed.
BINARY256.sbp
This program should transmit a specific BINARY character (0-255),
one time, each time a button is pressed.
I encounter a problem when I try to transmit a Decimal character 43.
I want to be able to press the Decimal character 43 key one time and
transmit the character one time across a serial port connection. Instead,
I have to press the button 4 times before the program will transmit
anything. When the program does transmit, it transmits 4 characters
at a time.
This process repeats over and over again when I try to transmit a
Decimal character 43.
I have tried the following serial DLLs and I get the same results
no matter which serial DLL that I use.
SerialDevice.dll
Serial2.dll
SerialEx.dll
I am using Net Compact Framework version 2.0 on the PDA device.
The PDA that I am using is an HP IPAQ H2210.
Has anyone else encountered a problem when trying to transmit a
Decimal 43 character across a serial port connection from the PDA
to an external serial port device?
Here is the basic4ppc source code for the two programs that I
have written.
Below are the installation files for the PDA device:
The zipped up (.CAB) installation file for the ASCII 128 program is:
asc128.zip
The zipped up (.CAB) installation file for the BINARY 256 program is:
bin256.zip
I have encountered a problem when trying to transmit the Decimal
character 43 across a serial port connection.
I have written the following two programs:
ASCII128.sbp
This program should transmit a specific ASCII character (0-127),
one time, each time a button is pressed.
BINARY256.sbp
This program should transmit a specific BINARY character (0-255),
one time, each time a button is pressed.
I encounter a problem when I try to transmit a Decimal character 43.
I want to be able to press the Decimal character 43 key one time and
transmit the character one time across a serial port connection. Instead,
I have to press the button 4 times before the program will transmit
anything. When the program does transmit, it transmits 4 characters
at a time.
This process repeats over and over again when I try to transmit a
Decimal character 43.
I have tried the following serial DLLs and I get the same results
no matter which serial DLL that I use.
SerialDevice.dll
Serial2.dll
SerialEx.dll
I am using Net Compact Framework version 2.0 on the PDA device.
The PDA that I am using is an HP IPAQ H2210.
Has anyone else encountered a problem when trying to transmit a
Decimal 43 character across a serial port connection from the PDA
to an external serial port device?
Here is the basic4ppc source code for the two programs that I
have written.
Below are the installation files for the PDA device:
The zipped up (.CAB) installation file for the ASCII 128 program is:
asc128.zip
The zipped up (.CAB) installation file for the BINARY 256 program is:
bin256.zip
Last edited: