very basic question how do I run a .vbs script from a telnet session to the 'Pocket CMD' shell on a WinCE.NET device? I have a script that i need to run on a screenless embedded device
This is related to INT15 interrupt call (Extended Interrupt Interface); My target board is Intel Pentium x86 based, on this board I have few devices connected to SMBUS. To access the devices I am loading AX with the device related command and calling INT15 which is causing me an ...
I'm looking for help using serial comm on CE 3.0 not .NET. When I send a string of characters i.e. frmMain.comData.Output = sCommOut it doesn't send the data in one continues stream. It blocks the characters and sends them in groups. I can tell this is happening because I ...