How to build wininet.lib in pb410?
I use PXA250 BSP build SDK. In eVC4.0, I build MFC hello Application, LINK : fatal error LNK1104: cannot open file 'wininet.lib'
how to build wininet.lib in pb410? Tag: PB3.0 eval Tag: 43095
propagating changes in project.reg & platform.reg
Hello,
I've been operating under the assumption that when I make a change in
either platform.reg or project.reg, all that's needed to propagate
these changes into my image is to call Make Image from the build menu.
Lately though, I've been coming across cases where my changes don't
make it to the image. An example would be serial port settings, or
display adapter parameters such as resolution, pixel depth, etc. So is
my assumption correct and my problem elsewhere, or was my assumption
wrong all along?
Also, which is processed last between platform.reg & project.reg? What
I mean is, if the same reg key is assigned different values in both of
these files, which will overwrite which?
Thank you. Tag: PB3.0 eval Tag: 43094
propagating changes in project.reg & platform.reg
Hello,
I've been operating under the assumption that when I make a change in
either platform.reg or project.reg, all that's needed to propagate
these changes into my image is to call Make Image from the build menu.
Lately though, I've been coming across cases where my changes don't
make it to the image. An example would be serial port settings, or
display adapter parameters such as resolution, pixel depth, etc. So is
my assumption correct and my problem elsewhere, or was my assumption
wrong all along?
Also, which is processed last between platform.reg & project.reg? What
I mean is, if the same reg key is assigned different values in both of
these files, which will overwrite which?
Thank you. Tag: PB3.0 eval Tag: 43093
What's the difference of pocket pc 2002 and wince
I have installed a CF camera on pocket pc 2002.. it work..
but when i installed in wince 4.1.. and install the driver and
software.. it can't run the application ....
what's problem? Tag: PB3.0 eval Tag: 43090
What is GetForegroundKeyboardTarget() function for ?
Good morning experts,
inside the code for taskman shell for thin client in Platform Builder
4.1 there is place where a function GetForegroundKeyboardTarget(),
mentioned in header is called :
...
SendMessage(GetForegroundKeyboardTarget(),WM_KEYUP, VK_CONTROL,
NULL);
...
I have searched the documentation and only had found, that this
function is a part of core.dll and declaration for this function is at
pwinuser.h.
Can anyone tell what this function is for and what it is supposed to
do ?
In our case this function call appears to hang the active connection
to Citrix Metaframe FR2 from the device using ICA protocol.
Best regards
Sergei Tag: PB3.0 eval Tag: 43086
The problem of PS/2 keyboard on CE4.2
Hi all,
I use the X86 platform on CE4.2.
There is a problem on PS/2 keyboard.
The problem is that the PS/2 keyboard driver will output the wrong scan code
after do suspend/resume.
After do some testing, I find that the wrong scan code is caused by the
misjudgement of the ps/2 driver.
The driver think that the keyboard is a AT-type keyboard, but actually I'm
using a XT-type keyboard.
The problem only happens after do suspend/resume.
Does anyone know how to transform the AT-type scan code into the XT-type
scan code?
Thanks in advance! Tag: PB3.0 eval Tag: 43084
How to set the ativity time of mouse right button in AYGSHELL API SET?
Dear Sir.
I included AYGSHELL API SET component at CE 4.2
When I clicked the left button of mouse or touch during 1 sec,
It was displayed the right button message box.
I want to change the pressed time from 1 sec to 2sec.
Please let me know it.
--
Thanks.,
--------------------------------
Skyblue Ahn /SW Team Manager
Atrium C&I Co., Ltd.
Tel: 82-2-2122-3111
Fax: 82-2-761-3541
Mobile: 82-18-222-2244
Mail : skyblue@atriumcni.com
skyblue@prumail.co.kr
------------------------------- Tag: PB3.0 eval Tag: 43081
usb printer
Hi,all
Now I want to add a usb printer on a target device which runs wince.net 4.1.What should I do?How to configure the ".reg" file and add what features?
When I print some text in wordpad,it displays a dialog box"hp laserjet 1000 is overtime on LPT1".
Thank you for your help Tag: PB3.0 eval Tag: 43080
How to replace the default background Image with onother bmp file
Hey experts,
I am new in working with Platform Builder and I am facing a lot if
difficulties.
I am using Platform Builder 4.1.
I don't know how to replace the default background image with onother bmp
file.
In which directory I have to put the bmp file with which I want to replace
the default wallpaper. I assume that it should be in the directory where the
current wallpaper is. But I don't know where this directory is (or may be I
am wrong). What exactly I have to write in the registry file? Is it
something like:
HKEY_LOCAL_MACHINE\ControlPanel\desktop
"Wallpaper" = "\$(_WINCEROOT)\Samples\deskpicture.bmp"
I will really appreciate if you help me.
Thank you in advance.
Petko Tag: PB3.0 eval Tag: 43067
pci RESUMING
I can see my PCI is asserting the IRQ line, but how come the OS is not
wakened up? I have called
KernelIoControl(IOCTL_HAL_ENABLE_WAKE, &m_dwSysIntr, sizeof(m_dwSysIntr),
NULL, 0, NULL);
to associate my interrupt with the system wakeup sources. Any particuliar
requirement on the PCI device, I am using a PLX as the bridge.
any particuliar wrong?
Ying/
"Ten" <nick.bartolotti@tentechnologies.com> wrote in message
news:KJwjb.33095$Hs.30478@twister.nyroc.rr.com...
> Are you using GIIS? Perhaps the first PCI device is handled through GIIS
> and yours is not.
>
> Did you write a device driver for your PCI card? If so, then you should
> have written an ISR and IST to handle all the interrupts. This routine
> should be notified of any activity on the IRQ lines for your device.
>
> Once the IRQ is detected, you should be able to wake up the OS. I'm not
> sure if you need to register your device driver with the OS so the OS
> recognizes it as a source for a resume instruction.
>
> Search for RequestPowerNotifications and SetSystemPowerState for
information
> on how to wake up the system from your driver.
>
> Nick.
>
>
>
> "Patrick Zou" <patrick_zou_nospam@hotmail.com> wrote in message
> news:ON1agf3kDHA.1800@TK2MSFTNGP10.phx.gbl...
> > In a CEPC enviroment, a PCI device could resume the system. I guess the
> > resuming source is the interrupt line. If there is any signalling on the
> > interrupt line, system could resume. ( I guess this is correct, I have
> > suspected it could something related to the Isrinfo structure, there are
2
> > fiedls called checkmask, and checkport, I commented this out, the
resuming
> > still works. That means, the only source is the interrupt line).
> >
> > OK, I have another PCI device, which is designed by us, there are some
> > activities on ther interrupt line, but however, system dosn't resume? so
> Is
> > there any requirement on the resuming signalling? like the interrupt has
> to
> > be long enought for X ms?
> >
> > thanks
> > Ying/
> >
> >
>
> Tag: PB3.0 eval Tag: 43066
Expectation about a BSP and question about eboot
Hi, I have a few problems I have been working on lately and would like some
inputs on these matters.
First what's to be expected when a board supplier provides you with a BSP.
What I mean is if I choose to build a new platform based on that bsp and
choose a standard setup, compile it. Should I expect it to boot without
modifying anything ? So far I have had errors from ethernet drivers and PCI
bus.
Second, I have tried with every boot.bin found on my system to get the
startup to connect to PB. And i always get either unsupported ethernet card
or Self test failed message. I have been told by the supplier that the card
is working ok. Could I have missed something here.
Thank to all repplies Tag: PB3.0 eval Tag: 43059
CE Build Process
Hi,
Just trying to get a better understand of what happens
when I hit "rebuild platform" from the PB4.1 IDE.
What is executed first (is it wince.bat??) when I hit
rebuild platform.
I did read the two excellent articals in the "Get
Embedded" column "Windows CE: Inside the build system"
and "Customizing the windows ce build system", but wanted
a little more detail.
Guess I'm hoppin to find the starting point and then can
trace through the build process.
Thanks again,
Willie Tag: PB3.0 eval Tag: 43058
registry icons
Are there any redistributable registry (rubik's cube)
icons anywhere in CE ?
I haven't found any in any of the public res files, but it
would be nice to use a well-known and established icon on
CE. Tag: PB3.0 eval Tag: 43056
ethernet download problem
Hi ALL,
I am new to Windows CE and currently working on ethernet
dowload. During the download i keep getting the errors on
my hyperterminal "TFTP: Desktop losing ACK, block number
= 1","TFTP: Desktop losing ACK, block number = 2" and so
on. I am not very familiar with TFTP protocol so can
somebody tell me what could be the probable cause.
Thanks
Ashish Tag: PB3.0 eval Tag: 43055
auto starting Remote Display application
Hi, everyone,
I have a CE .NET device without any keyboard/mouse input. I can use the
Remote Display Control to connect to this device. But I have problem
starting the cerdisp program on the target since I will not have KITL in a
ship product. I tried starting cerdisp at windows startup but it failed
because cerdisp starts too early. Neither activesync or the CF ethernet
connection has been initialized at that moment. So
1) Is the Remote Display Control capable of sitting as a server and wait for
connection?
2) Is there an easy way to start a progam with some delay like 5 seconds?
Thank you.
Derek Tag: PB3.0 eval Tag: 43044
About CE Interrupt Machine!
Dear Sirs,
I read the word about CE's Interrupt is that,first find the entry,then
setevent,wait for dispatch to finish truely process,like Linux. but I'm not
study Linux,so please talk about de Interrupt machine!
Thanks, Tag: PB3.0 eval Tag: 43042
How to assign CE's Priority?
Dear Sirs,
why pHashThread[PRIORITY_LEVEL_HASHSIZE]£¬PRIORITY_LEVEL_HASHSIZE£½32,set
the thread priority from 255 to 248 can only allocate to
pHashThread[31],but how to thread of THREAD_PRIORIY_TIME_CRITICAL and
THREAD_PRIORITY_IDLE shared cpu?
i think the priority of 255~248 is corresponding to
THREAD_PRIORITY_TIME_CRITICAL~THREAD_PRIORITY_IDLE,is right?
Thanks, Tag: PB3.0 eval Tag: 43040
Error PB2502
--------------------Configuration: IQUUMDEV - IQuumDev Win32 (WCE ARMV4I)
Release--------------------
Platform header files are up-to-date...
Performing Additional Build Actions...
--------------------Configuration: LIAT - LIAT WIN32 (WCE ARMV4I)
RELEASE--------------------
Error PB2502: The feature does not support this configuration. The feature
cannot be built
I google search on this, but I didn't see any answers.
Have any figure this out why it happen?
I created a project(a dll) to a ARM4I based platform.
The compile is create with no error, but when I do a "build selected
feature", and
this error comes out.
I think something got corrupt/changed. I remember it was working fine with
"build platform".
then I saw that problem with "using old style fixup...", so I try to fix
that with /savebaserelocations:...
a few times(typo,etc..), due suddenly I saw that PB2502 error, and I wasn't
able to fix it no
matter what I do. I try. deleting all the regenerable files, rebuilt
platform(clean, not clean), create
another project, nothing works. check the project setting also.
But if I create new platform(pda, same as previous one) and add/insert the
project into this platform with/without
the /savebaserelocations fix. Everything is fine.
Anyone know how to fix that. Tag: PB3.0 eval Tag: 43033
WMA playback via RenderFile
Our platform is x86 based processor on CE.NET 4.2. RenderFile from a
FilterGraph interface on WMA files does not appear to be working.
Note:
- WMA and MP3 playback work via the Media Player component from Platform
builder
- MP3 playback works via 'RenderFile' inside custom application.
- WMA playback does NOT work via 'RenderFile' inside custom application.
The error code returned is unidentifiable at something like 0xc00d0026.
Since the media player can play it, I assume this means the correct
components have been added in platform builder.
On DX9 you have to add a WM9 'AsfReader' filter to the graph and render each
pin seperately for WMA files. This component appear to be a WM9 component
and is not available on CE.
Any ideas ?
Thanks,
Jason Tag: PB3.0 eval Tag: 43032
Rolling an SDK which includes the .NET Compact Framework
Has anyone encountered the following bug in rolling an SDK from PB4.1?
When you specify an emulator skin, the rolled SDK includes a registry
setting which points to this skin. Unfortunately, the value points to a
directory. Visual Studio .NET 2003 expects the value to point to the skin
XML file. Therefore, when you try to run a .NET CF app from VS.NET, it gives
an error, "XML skin is not valid."
VS.NET Tools for Windows CE contains a manual fix for the problem. But I
would like to fix it in the SDK msi itself. Any suggestions?
Also, is there any way of specifying the dimentions of a default form in
Visual Studio while building an SDK? The Pocket PC SDK does this.
Regards
Anil Tag: PB3.0 eval Tag: 43028
Firewall problem
Hi all.
I am a CE 4.2 Platform that includes a firewall. I am able to perform
successful incoming/outgoing TCP transfers. However, I am unable to perform
the WinInet functions that handle FTP transfers [InternetConnect(),
FtpPutFile()].
I relealize that the cause for that is that the firewall's ftp protocol
handler tries to access payload of packet which is not in contiguous buffer
and that the firewall doesn't handle flattening non-contiguous buffers and
that the result will be that the ftp handler will not process this packet.
My question is how can I still use both a firewall and the WinInet FTP
routines?
Thanks
Offir. Tag: PB3.0 eval Tag: 43024
problem about cepcboot.144 which is copied to floppy!!!!
Hello everybody,
I copy cepcboot.144 to floppy disk. Because of running from floppy disk
too slowly and not connecting to my working pc through ethernet, I
decicded to copy the contents of this floppy disk to my Cepc hard disk.
However, Cepc pc doesn't started from this hard disk. "Wrong system disk"
error is dissappered in screen.
What is the reason of this? how can I boot from hard disk?
best regards
sezin Tag: PB3.0 eval Tag: 43022
Course Recommendation?
I am new to Windows CE.NET 4.2 and I am looking for a course to teach me
every aspect of building embedded systems using this software.
Could anybody recommend a very good course which will cover Windows CE.NET
4.2 in great detail including how to get applications that usually run on
Windows 2000 to run on Windows CE.NET?
I am based in London, U.K.
Thanks Tag: PB3.0 eval Tag: 43019
PS2 keyboard driver issue at WINCE4.2
Dear all:
I used the Geode X86 platform to port wince 4.2 drivers.
There are two issues about PS2 keyboard driver.
1. PS/2 keyboard driver will auto-repeating continue the key action and
can¡¦t be stopped.
When we boot up the device, and press one key of the PS2 keyboard,
it will auto-repeating continue the key action.
2. PS/2 keyboard driver retrieve the wrong scan code after suspend/resume.
When we boot up the device, and press one key of the PS2 keyboard.
After going to suspend/resume and then press the same key of the PS2
keyboard and retireve the scan code.
The latter scan code is not the same with the former scan code, it
retrieved the wrong scan code.
If you have any idea,please advised me.
Thanks.
best regards,
Brian Tag: PB3.0 eval Tag: 43017
Once more Mousecursor on Touchdevices
Hi,
i read all the messages with mousecursor problems on different PB Versions.
Last year I made a PB3.0 WinCE Image without the mousecursor for our
Touchbased device.
Because all those BSP_NOCURSOR ... variables don't worked I ended up
changing the cesysgen.bat
deleting all mcursor mcursor8 components.
The mouse does not appear anymore and I was very astonished to see something
like a WAIT-CURSOR when system was busy.
That was just what I want! Fine!
Now I'm developing against a PB4.1 Terminal Client Image.
I thought that MS has done something to allow a Mousecursor when a Mouse is
detected and hide it when
no Mouse is present. But its the same disappointment then before. (maybe its
better in 4.2, my next odyssey).
So I oncemore made the changes in cesysgen.bat like this:
SYSGEN_TOUCH is set.
set GWE3_COMPONENTS=%GWE3_COMPONENTS% iconcmn icon iconcurs
set GWE3_COMPONENTS=%GWE3_COMPONENTS% TouchCursorOnly cursor cursor8
Ok, mouse is not present anymore but where is this fine WAIT-CURSOR I saw in
PB3.0.
Has anyone any experience with this? Tag: PB3.0 eval Tag: 43016
ARM-based Loading Testing Tool (WinCE.NET 4.2)
Dear Sirs,
Do anyone know how to check the CPU loading for ARM-based platform (Ex:
XScale CPU)?
I want to check my driver loading under ARM-based CPU.
Thanks,
JLL Tag: PB3.0 eval Tag: 43011
ARM-based Loading Testing Tool (WinCE.NET 4.2)
Dear Sirs,
Do anyone know how to check the CPU loading for ARM-based platform (Ex:
XScale CPU)?
I want to check my driver loading under ARM-based CPU.
Thanks,
JLL Tag: PB3.0 eval Tag: 43010
ARM-based Loading Tool Under WinCE.NET 4.2
Dear Sirs,
Do anyone know how to check CPU loading on Windows CE 4.2 Image?
Does it have an API to bundle this value into my test program?
Thanks,
JLL Tag: PB3.0 eval Tag: 43009
What's the purpuse of Miscellaneous Write Register in lubbock baseboard provided by intel?
I found "MISC_WR_OFFSET" string in two functions, which is OEMPowerOff and
PmgrResume in pmgrxsc1.s file. OEMPowerOff function store the value of
Miscellaneous Write Register. PmgrResume function restore the value of
Miscellaneous Write Register.
My question is:
Where the value of Miscellaneous Write Register is set or changed? Tag: PB3.0 eval Tag: 43008
how do CE identify card detect is passed to system?
my xscale board based on lobbock pxa 263's CF slot work fine with eboot and
KITL, but CE don't show anything up when i insert a memory card or modem
card. I want to know where and how do ce system check card detect?
thanks in advance
--
--------------------------------
kccheng
www.kachun.com Tag: PB3.0 eval Tag: 43006
custom USB device driver usage in application
Hi,
I have been developing a custom USB class driver. So, I
don't want to use stream interface or other windows CE API
to access my device. My device driver is loaded by USBD
when I connect my device to windows CE 3.0. Now the
question: How can I get these functions (provided by usbd
and my class driver) for my application so that I can
normally call them from my application?
-mikko Tag: PB3.0 eval Tag: 43005
How to identify CF storage card name with logical volume ( such as card created using ramdisk )
Hi All,
How to get the volume name ( folder name ) of CF card once get inserted? How
to distinguish the volume name between CF card with logical card created
using
RAMDISK. Have anyone successfully got notification of SHCNE_MEDIAINSERTED?
Plesae help me.
Thanks,
GP. Tag: PB3.0 eval Tag: 43003
USB host problem!!!!
My platform is SMDK2410.CPU supports 2-port USB host interface,and USB
controller complies with OHCI rev 1.0.I want to use 2 SB host.At current
,the first USB port works well but the second don't work.As far as I know,
the OHCI driver is similar to other cpu's BSP(e.g:SA11x0) for WinCE.Only
interrupt and membase is different.Right?Must I set up another interrupt
number for the second USB port?
Thanks all the help in advance!
Power.P Tag: PB3.0 eval Tag: 43002
IButton Windows CE
How to do install ibutton Windows CE for use my application ? I didnt find
driver Ibutton for Windows CE. Ibutton connected via Rs232 to Windows CE
intalled Device. But i coudnt read Ibutton Id from Rs232. Tag: PB3.0 eval Tag: 42999
TUX RWTEST test 2003 failure issue
I've seen posts to this group before talking about the TUX RWTEST failing on
test 2003 for no apparent reason (all other tests succeed). There was some
statements made about possible bugs in the FAL and the necessity to have
sectors be 512 bytes and a multiple of 256 sectors per block. However, I
never saw any conclusive resolution to this. I'm seeing the exact same
issue on the system I'm working on right now. Is this a bug in RWTEST (it
really appears to be reading data before its written) or is it a FAL issue?
What is the resolution?
Thanks,
Mark Moeller
Qualnetics Corporation Tag: PB3.0 eval Tag: 42993
[CETK] ndis 2 card test on 2 target -- Harishr help me
Dear All
Could anybody describe more detail about this test
Everytime I run this time, it just tell me
63c591fa: ndt_2c ERROR: NDTStartup for 'CISCO1@192.168.230.222' failed with hr=0x8007274d
63c591fa: ndt_2c ERROR: NDTBindProtocol for 'CISCO1@192.168.230.222' failed with hr=0x80072736
"ndt_2c" returned SPR_FAIL while handling the SPM_SHELL_INFO message.
This DLL has been unloaded as requested.
The CETK help has only little information about this
I still have no idea how to setup the environment
BR.
Phoebus Yang Tag: PB3.0 eval Tag: 42990
How to deploy a MFC/ActiveX control app to platform?
Dear all,
Now, we encountered a problem about adding applications
to OS platform.
Our applications are developed by EVC++ 4.0 ;
their projects are MFC application and MFC ActiveX
Control in EVC++ 4.0.
But project wizard in Platform Builder can not find any
project about MFC application and MFC ActiveX Control .
Could you tell us how to add MFC application and MFC
ActiveX Control to OS platform? Thanks!
PS: We're using WinCE.NET 4.2 and Platform configuration
is Mobile-Handheld for project development ; our SDB is
Intel DBPXA255.
Kemin Tag: PB3.0 eval Tag: 42989
Image download NB0
hi,
as far as i know we can download nk.bin file using PB ,
can anyone help to tell me how can we manage to download
nk.nb0 file using PB , if we can't what are the other
possibilities.
thanx
Umesh Tag: PB3.0 eval Tag: 42987
CEPC, PCI device resuming,
In a CEPC enviroment, a PCI device could resume the system. I guess the
resuming source is the interrupt line. If there is any signalling on the
interrupt line, system could resume. ( I guess this is correct, I have
suspected it could something related to the Isrinfo structure, there are 2
fiedls called checkmask, and checkport, I commented this out, the resuming
still works. That means, the only source is the interrupt line).
OK, I have another PCI device, which is designed by us, there are some
activities on ther interrupt line, but however, system dosn't resume? so Is
there any requirement on the resuming signalling? like the interrupt has to
be long enought for X ms?
thanks
Ying/ Tag: PB3.0 eval Tag: 42983
Suspend Timeout Problem
I'm having a problem with the battery and AC power-off timeouts in
Windows CE 4.2. I'm using PMSTUBS, so only the GWES registry values
exist. By default, they are set like this:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]
"BattPowerOff"=dword:180
"ExtPowerOff"=dword:0
"WakeupPowerOff"=dword:0
"ScreenPowerOff"=dword:0
With these settings, the system never shuts itself down. If
BattPowerOff is set to 0 and ExtPowerOff is set to 60, the system
shuts down after one minute, whether it's operating on AC power or
not. The battery driver is reporting the correct value in the
ACLineStatus field.
I've tried all kinds of permutations with these registry values, to no
avail. Any ideas? Tag: PB3.0 eval Tag: 42980
ActiveSync sends only one CLIENT message
ActiveSync was working fine on my platform until a couple weeks ago.
I cannot figure out what changed.
The device now only sends out one "CLIENT" before timing out, and popping up
the
Error 678 dialog.
It used to transmit "CLIENT" 4-5 times before giving up.
Everything else seems to be the same.
Any ideas what could have changed?
I diff'ed the registries of a working and non-working system, and they were
the same as far as I can tell. Tag: PB3.0 eval Tag: 42975
CSR Bluetooth module
This is a multi-part message in MIME format.
------=_NextPart_000_0035_01C3934F.273CC7A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi all,
We should integrate a CSR BlueCore chip on a dedicated platform. We have =
not decided for now if it will be driven by serial or USB.
For serial, we aim to use the BCSP HCI transport included in PB4.2. For =
USB, the BTUSB HCI transport.
Could we use these modules out-of-the-box or is there any adaptation to =
perform ? What are the potential known issues or tricky point in =
integrating these modules ?
Thanks for your answer
Yannick
--=20
----------------------------------------------------------------
Yannick Chamming's
ADESET
Windows Embedded Manager
ychammings_AT_adeset_DOT_com>
http://www.adeset.com
T=E9l : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------
------=_NextPart_000_0035_01C3934F.273CC7A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi all,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>We should integrate a CSR BlueCore chip =
on a=20
dedicated platform. We have not decided for now if it will be driven by =
serial=20
or USB.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>For serial, we aim to use the BCSP HCI =
transport=20
included in PB4.2. For USB, the BTUSB HCI transport.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Could we use these modules =
out-of-the-box or is=20
there any adaptation to perform ? What are the potential known issues or =
tricky=20
point in integrating these modules ?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Thanks for your answer</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Yannick</FONT></DIV>
<DIV><FONT face=3DArial size=3D2><BR>--=20
<BR>----------------------------------------------------------------<BR>Y=
annick=20
Chamming's<BR>ADESET<BR>Windows Embedded=20
Manager<BR>ychammings_AT_adeset_DOT_com><BR><A=20
href=3D"http://www.adeset.com">http://www.adeset.com</A><BR>T=E9l =
: +33=20
(0)4.72.18.57.77<BR>Fax : +33=20
(0)4.72.18.57.78<BR>-----------------------------------------------------=
-----------<BR></FONT></DIV></BODY></HTML>
------=_NextPart_000_0035_01C3934F.273CC7A0-- Tag: PB3.0 eval Tag: 42960
RE: control application via web
Hi thanks for the response,
what i basically want to do is change variables in my application running on
the device via a web page. Would the webservice
be useful to me in doing this ? if so how?
thanks in Advance.
Feroz
You can also do it with ASP and COM components to control your system. You
also have the option of creating a webservice using the web server to expose
APIs to remotely control/query the device. It's really up to you on what
your device needs are.
--
Steve Maillet (eMVP)
Entelechy Consulting
smaillet_AT_EntelechyConsulting_DOT_com
You'll need to use some kind of ISAPI extensions to the server which, when
referenced from the pages which you are serving call your local equipment
control APIs.
Paul T.
"Feroz Bhaiji" <feroz.bhaiji@nospam.co.uk> wrote in message
news:eVXveCakDHA.2140@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> My device basically controls a machine and is connected to the ethernet.
Now
> i want to create a web page to control the machine.
> I have installed the web server and associated components which enables me
> to host a web page on my device but how do i control it via the web. I
have
> seen a lot of equipment that can be controlled via the web, so it can be
> done, i just don't know how?
>
> Anyone have any hints?
>
> regards
>
> feroz Tag: PB3.0 eval Tag: 42956
Re: control device via internet
Hi thanks for the response,
what i basically want to do is change variables in my application running on
the device via a web page. Would the webservice
be useful to me in doing this ? if so how?
thanks in Advance.
Feroz
You can also do it with ASP and COM components to control your system. You
also have the option of creating a webservice using the web server to expose
APIs to remotely control/query the device. It's really up to you on what
your device needs are.
--
Steve Maillet (eMVP)
Entelechy Consulting
smaillet_AT_EntelechyConsulting_DOT_com
You'll need to use some kind of ISAPI extensions to the server which, when
referenced from the pages which you are serving call your local equipment
control APIs.
Paul T.
"Feroz Bhaiji" <feroz.bhaiji@nospam.co.uk> wrote in message
news:eVXveCakDHA.2140@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> My device basically controls a machine and is connected to the ethernet.
Now
> i want to create a web page to control the machine.
> I have installed the web server and associated components which enables me
> to host a web page on my device but how do i control it via the web. I
have
> seen a lot of equipment that can be controlled via the web, so it can be
> done, i just don't know how?
>
> Anyone have any hints?
>
> regards
>
> feroz Tag: PB3.0 eval Tag: 42955
Help! Xscale PXA255 usb client driver
hi all~
I'm developing with pxa255, wince 4.1.
My question is this:
Does usb client driver provided with platformbuilder4.1 work well without
modification?
In my board usb enumeration sequence is wrong.
This is a debug message when usb cable is connected after loading wince.
//------------------------------------------------------------------------//
Reset Interrupt request.
Modem Interrupt(EP0)
WAIT_FOR_SETUP!!
ProcessEP0Setup: UDCCS0=C1
[GETCOMMAND : 80 6 0 1 0 0 40 0 ]
bmRequest: 80 bRequest: 06 wValue: 0100 wIndex: 0000 wLength: 0040
GET_DESCRIPTOR
:DEVICE 0x12, 0x40
Modem Interrupt(EP0)
DATA_STATE_XMIT!!
Reset Interrupt request.
Modem Interrupt(EP0)
WAIT_FOR_SETUP!!
ProcessEP0Setup: UDCCS0=C1
[GETCOMMAND : 80 6 0 1 0 0 12 0 ]
bmRequest: 80 bRequest: 06 wValue: 0100 wIndex: 0000 wLength: 0012
GET_DESCRIPTOR
:DEVICE 0x12, 0x12
Modem Interrupt(EP0)
DATA_STATE_XMIT!!
Modem Interrupt(EP0)
!!! STATUS = 81
WAIT_FOR_SETUP!!
ProcessEP0Setup: UDCCS0=81
!!! STATUS = 81
WAIT_FOR_SETUP!!
ProcessEP0Setup: UDCCS0=81
!!! STATUS = 81
WAIT_FOR_SETUP!!
ProcessEP0Setup: UDCCS0=81
!!! STATUS = 81
WAIT_FOR_SETUP!!
ProcessEP0Setup: UDCCS0=81
!!! STATUS = 81
WAIT_FOR_SETUP!!
ProcessEP0Setup: UDCCS0=81
!!! STATUS = 81
.
.
.
//------------------------------------------------------------------------//
I think that 'SET_ADDRESS' command is sent by host after first
command(GET_DESCRIPTOR). But the command is not comming to client.
I don't know what is the problem.. help me please..
Thanks in advance.. Tag: PB3.0 eval Tag: 42948
"Checksum failure on record 2, ABORT!!!" message is come
Hi eveybody,
"Checksum failure on record 2, ABORT!!!" message is come while I download
CEPC. This message is seen from hyper terminal which is connected to
serial ports with null modem cable between my working PC and this CEPC
device.
Whit this message, both "Download failed. Review your download service
selection and configuration." error message and "Jump to Image failed.
Make sure the download service you have selected is configured properly"
error message is seen in my working PC and the download is disconnnected.
CEPC device is hanged.
How can I get rid of this errors and download part is finished
successfully?
best regards
sezin Tag: PB3.0 eval Tag: 42940
Network connectivity
I wish to connect a CE.NET 4.2 workstation to a network. How do I configure
the workstation with the credentials to be visible on the network as well as
view shared network drives so that I can save data to these resources etc.? Tag: PB3.0 eval Tag: 42937
Hi all,
Does anyone know if there's an eval of PB3.0 available. I can only get
PB4.2 ?