You're sure you have the connector right (not nulled or anything)? |
on Wednesday, March 28, 2007 10:17 AM
|
You're sure you have the connector right (not nulled or anything)? You
should be able to communicate from the device to HT just fine.
--
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
-- |
 |
|
The cable is one of those that comes with the device for sync-ing with a PC |
jp2code posted on Wednesday, March 28, 2007 10:44 AM
|
The cable is one of those that comes with the device for sync-ing with a PC
using ActiveSync.
I don't want to use ActiveSync, because I want to test that our connection
methods are working.
My HT settings on the PC are:
COM1, 9600 baud, 8 data bits, no parity, 1 stop bit, Hardware Flow control,
Emulation: VT100
My PPC has spit up 2 Notification Error messages: "Cannot execute
connmgr.exe" and "Cannot execute repllog.exe" - if that helps at all.
Does the PPC need a special tool to connect with HT, should it echo what it
receives from the PC, or do I need to come up with some other method of
working with the device? |
 |
|
What are the settings on the device? |
on Wednesday, March 28, 2007 11:11 AM
|
What are the settings on the device? As long as they match you should be
fine. Not sure if the port supports flow control - that's hardware
dependent. I'd try no control for now.
You need to make sure ActiveSync is set to not use the serial port on the
device or it will hold the port.
Echo where? You have to have software on the PPC running that opens the
port and listens. It would do whatever you code it to do - if that's to put
the data on the screen then so be it. The PPC doesn't do anything like that
automatically, just like your PC doesn't (you run Hyperterminal to do it).
--
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
-- |
 |
|
I can't find any "serial settings" for the device. |
jp2code posted on Wednesday, March 28, 2007 12:02 PM
|
I can't find any "serial settings" for the device. Any idea where this would
be located?
PPC doesn't have a HyperTerminal style program, so I don't know where to
look to see if data is getting to the devices serial port.
Is it even called a serial port on the PPC? When I open the Connection
Settings, I see the following:
* Beam
* Bluetooth
* Connections
* CSD Line Type
* GPRS Settings
* Network Cards and
* WLAN
Before I can connect, I need to know what to use to connect to the PC with
on the device side.
What should I use, and how would it be set up? |
 |
|
ActiveSync->Settings->PC->OptionsThat's my point. |
on Wednesday, March 28, 2007 12:25 PM
|
ActiveSync->Settings->PC->Options
That's my point. You need software on the PPC to do this, just like you dop
on the PC. You either need to find or write some software to meet your
needs. How it's set up is going to be dependent on that software.
--
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
-- |
 |
|