Forum Rule: Always post complete source code & details to reproduce any issue!
-
Connect Teensy to Windows CE via USB serial
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
-
Junior Member
Hi! You solved the problem?
-
The Teensy 3.x uses generic, built in, usb drivers
-
Junior Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules