Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Windows CE
»
Serial port under Wince
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
IRC channel
Developer Blog
Follow us on Twitter
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
(preview only)
Search
Advanced search
Recent
isFlipped isn't
by
Alextp
[
Today
at 10:52:23 am]
For Loops and Registers
by
syntonica
[
Today
at 10:34:36 am]
Compile problem
by
bigeno
[
Today
at 10:25:57 am]
Doughnut, half-doughnut &...
by
JD
[
Today
at 10:18:45 am]
How to add Japanese chara...
by
JuhaManninen
[
Today
at 10:16:29 am]
Two odd errors in Indy (3...
by
marcov
[
Today
at 10:05:21 am]
Who do you recomend (Disp...
by
sash
[
Today
at 09:10:35 am]
Unused code in linked pro...
by
trev
[
Today
at 08:10:24 am]
ZQuery
by
mangakissa
[
Today
at 07:43:51 am]
FpDebug /AVR follow up:
by
ccrause
[
Today
at 06:29:40 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Serial port under Wince (Read 10895 times)
patleith
Newbie
Posts: 2
Serial port under Wince
«
on:
May 08, 2010, 04:06:06 am »
HI, i need some example to monitor a serial port under wince
i have search and found nothing
is there some one who can show me a "dummy" way of doing it
thanks in advance
Logged
felipemdc
Administrator
Hero Member
Posts: 3541
Re: Serial port under Wince
«
Reply #1 on:
May 08, 2010, 06:17:01 am »
This is documented here:
http://wiki.lazarus.freepascal.org/Hardware_Access#Serial_Communication
Logged
patleith
Newbie
Posts: 2
Re: Serial port under Wince
«
Reply #2 on:
May 08, 2010, 01:01:05 pm »
Thank you for the kick answer but they say it not compatible with wince.
Logged
felipemdc
Administrator
Hero Member
Posts: 3541
Re: Serial port under Wince
«
Reply #3 on:
May 08, 2010, 04:46:43 pm »
Another possibility is using the native APIs from Windows. I know there are some, but I don't know how to use =)
«
Last Edit: May 08, 2010, 08:09:03 pm by felipemdc
»
Logged
Zaher
Hero Member
Posts: 578
Re: Serial port under Wince
«
Reply #4 on:
May 09, 2010, 08:56:09 am »
https://sourceforge.net/projects/minilib/
\minilib\MiniComm
demo
\minilib\Demos\GPSMon
Logged
github.com/parmaja
github.com/zaher
sourceforge.net/projects/minilib
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Windows CE
»
Serial port under Wince