Connect Teensy to Windows CE via USB serial

Status
Not open for further replies.

StefanC

New member
Hi!

I've been using the teensy for pet projects and have loved it. However, I'm having trouble getting it to connect to a WinCE device I have around the house.
The only thing i need the teensy to do is to send 8byte messages to WinCE. I've had similar requirements when using a terminal on a PC and it works perfectly after installing the driver.
{Serial.println("ABCDEFGH");}
However, one is not available for my chosen platform. I've spent some time researching online and have tried the FTDI VCP drivers but that was not enough.
My question is: Is there a way to setup serial communication between WinCE and Teensy via the USB port or should I use RS232?

Thank you
 
Xenoamor, maybe you know. What is the difference the HID devices on Windows CE and Windows 7?
I implemented multitouch on Windows7, but it doesn't work on windowsCE. What could be the reason? Can't find the report descriptors for touch screen Windows CE
 
Status
Not open for further replies.
Back
Top