GPIO driver for WinCE 6.0 with VB and C# examples
http://www.domodom.fr/spip/A-GPIO-drive ... ml?lang=en
Search found 7 matches
- Mon May 31, 2010 1:54 am
- Forum: WinCE Development
- Topic: gpio to ce 6.0
- Replies: 6
- Views: 53931
- Thu Mar 18, 2010 3:12 am
- Forum: WinCE Development
- Topic: Windows CE 5.0 Application
- Replies: 1
- Views: 3046
Re: Windows CE 5.0 Application
You can write programs using C#/C++/VB using .NET Compact Framework for Windows CE. It is just the same as for Windows XP/Vista/7 but you must choose WinCE as target platform while creating new project in VS2008. Search for C# .NET CF Windows Mobile in internet for examples (programming with .NET CF...
- Tue Jan 19, 2010 12:32 pm
- Forum: S3C2440 Boards
- Topic: COM port and Bluetooth
- Replies: 5
- Views: 5776
Re: COM port and Bluetooth
That's right for Windows Mobile, but in Windows CE this panel provides only function of searching another BT devices. But i solvrd my problem. After searching in google for the whole day i found info that it is no way to work with SPP in WinCE directly. SPP is only accessible through COM-port emulat...
- Tue Jan 19, 2010 2:37 am
- Forum: S3C2440 Boards
- Topic: COM port and Bluetooth
- Replies: 5
- Views: 5776
Re: COM port and Bluetooth
For SPP you normally need to set it up beforehand. Thanks for answer. I need to set up SPP in BSP or somewhere else? My PC provides SPP because i successfully used it with Nokia N800(maemo linux) and Mitac Mio A701(WM6.1), SPP isn't shown in services, but when i pair devices i can transfer messages...
- Tue Jan 19, 2010 2:26 am
- Forum: S3C2440 Boards
- Topic: UART 3.3V or 5.0V?
- Replies: 2
- Views: 3417
Re: UART 3.3V or 5.0V?
I know that physical port header works through level converter. I want to connect BT-device which works with +-3.3V TTL directly to UART, you confirm my conclusion, thanks a lot.
- Mon Jan 18, 2010 4:48 am
- Forum: S3C2440 Boards
- Topic: UART 3.3V or 5.0V?
- Replies: 2
- Views: 3417
UART 3.3V or 5.0V?
After discovering documentation i came to the conclusion that UART(CON1 and CON2 on mini2440 board) working levels are +-3.3V. Is it right?
- Mon Jan 18, 2010 4:00 am
- Forum: S3C2440 Boards
- Topic: COM port and Bluetooth
- Replies: 5
- Views: 5776
COM port and Bluetooth
Hello to everybody. I'm working with mini2440 and WinCE 6.0 (image compiled from bsp from this site). I want to connect PC and mini2440 via Bluetooth using Serial Port Profile for Bluetooth. BT-dongle works fine, i can transfer data between PC and mini, but creating virtual com-port isn't successful...