Remote desktop TO Windows CE ... over USB? [closed] - windows-ce

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
Is there any way to remote-desktop INTO a Windows CE device if all I have to work with on that device is a USB port? I'd like to be able to record the screen.

ActiveSync supports ActiveSync Remote Display. And ActiveSync works via USB. See if your WinCE device supports ActiveSync.
Otherwise, you could do something with VNC and a USB network adaptor, provided there were drivers for it on CE.

This is the best free Windows Mobile 5/6 remote desktop tool I've found: http://www.mymobiler.com/
To use this, you will need to ActiveSync the device to your PC/Laptop via the USB cable.
I'm not positive if it works the same in raw Windows CE.

Something like SOTI PocketController maybe?

Download WindowsMobilePowerToys.msi from enter link description here
Install it
Connect CE device via USB cable with PC
Go to directory on PC C:\Program Files\Windows Mobile Developer Power Toys\ActiveSync_Remote_Display\devices\wce400
Choose your CE processor. 4 example, my CE processor is armv4.
Copy cerdisp2.exe file from directory to CE device, \Windows directory
Go to C:\Program Files\Windows Mobile Developer Power Toys\ActiveSync_Remote_Display on PC and run file ASRDisp.exe

The best software I ever seen for controlling the mobile devices over active sync is
EveryWAN Remote Support Personal Edition
If you want to control the mobile device over IP, you can by using VNC Viewer in the PC and
EfonVNC on the device.

Related

How to connect an embedded device to Internet via a Windows 7 PC's Shared Internet Connection (ICS)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I have an embedded device (runs linux) that is connected to my Windows 7 workstation via ethernet. My Windows 7 computer is connected to the internet via usb modem (ppp protocol).
Can I connect my device to the internet somehow without connecting the modem directly to the device? Thanks for helpers!
If i understand your question or issue correctly:
Yes, definetly . You could set up your workstation to act as the network gateway for the device. That way your device could access the internet trough the shared modem connection of your workstation.
It's a bit hard to give more details than that without knowing the operating system of your workstation. But most modern operating systems have made sharing internet connections relatively easy.
EDIT: You mention you're using Windows 7, so the steps should be fairly easy. The following steps should work for ethernet, wifi and dial-up connections.
Choose Start→Control Panel→Network and Internet. Click the Network and Sharing Center link.
In the resulting Network and Sharing Center window, click the Manage (Wireless) Network's link.
Click a connection and then click the Adapter Properties link.
Click the Sharing tab.
Select the Allow Other Network Users to Connect through This Computer’s Internet Connection check box.
Click OK and then close the Manage (Wireless) Networks window to save the shared connection settings.
Set the IP of the workstation your device is connected to as the gateway/DHCP in the devices network settings.
(from : http://www.dummies.com/computers/operating-systems/windows-7/how-to-share-an-internet-connection-in-windows-7/ )

Cannot connect the virtual device sata0:1 because no corresponding device is available on the host [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
Cannot connect the virtual device sata0:1 because no corresponding device is available on the host.
The error pops up when I enable the host/guest share and map the drive. I have installed the VMware Tools, etc.
I tried to delete and then add back the the sata drive to VM Player, but it did not help.
I am using VM Player 12.5.5 on Win10 Pro Host, and Ubuntu 16.04 Desktop.
Well, I just uncheck to connect automatically,from VM settings, then I switch from 'Use pshysical drive' to ISO path. after reboot I didn't seen the error
Or, just remove cv/dvd drive from the serting of the machine
I don't really know what is the cause of the issue. I do not have a CD/DVD drive on my host at all, so I don't know what SATA drive it is trying to connect, and why.
However, the error gives me an option of
Don't try connect next time
And, by selecting yes, the error goes away next time. Also, I removed the CD/DVD drive form the configuration.
Also my share folder host/guest was always working fine.
I solved this issue by following these steps
Shut down the virtual machine
Go to the top menu of the VMWare Fusion hypervisor
In the submenu "Virtual Machine", choose "Settings", then, under "Removable Devices", choose "CD/DVD (SATA)"
Choose the downloaded ISO image (the ISO that you downloaded that contains the OS) from the dropdown menu
Click "Connect CD/DVD Drive"
Restart the virtual machine
Well. I think..
Check if you setup "fstab" for mount /dev/sr0(ex. CD-ROM ..)
If you setup that..
A. Just check.."connected"... In "Virtual Machine Settings"
B. Reboot you VM
All Done.
if you use Hard Disk (SATA)
You must Remover DVD/CD

Win 10 computer does not recognize ESP8266, no blue LED [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
Flashed five ESP8266 ESP-12e by using NodeMCU firmware. Then inserted each into the USB and no blue LED on the board came on. Only flashes momentarily when inserted then turns off. After this the "device manager" said we did have a COM9 port. Now COM9 is not there in the device manager. I have the drivers for CH341SER and CP2102 installed.
Arduino IDE has "port" but grayed out.
ESPlorer says "could not find any serial port".
NodeMCU says "Error:Serial port not exist".
Any possible solutions or should I throw the computer into a river?
Some laptops couldn't provide enough power to USB ports generating erratic behavior when connecting, Wifi connections draws much more power than a typical Arduino board. Try to use an externally powered USB dock. Worked for me!
I ran into the same problem. Successfully flashed the hardware with a custom .bin file made online through https://nodemcu-build.com/ then followed this tutorial here: https://www.youtube.com/watch?v=T-oSjMCmNYk now I can upload custom programs in c language to the node mcu hardware.
You will have to then restart your arduino IDE or whatever system/software you're using and follow the basic requirements to download the board related software and options in the ide there's plenty of tutorials for that basic work. The most important is the first step above.
Let me know if that worked for you or if you need further assistance.
Cheers
It looks like bad USB cable. Try another one.

Windows 10 Boot Linux without BIOS menu or USB stick [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I have Linux both command line linux, and Ubuntu, but my computer is Windows 10 based. Also the hardware is not what it used to be. I.e... No working USB port, No DVD slot (But I do have a Micro SD slot if I can boot it from there) but I was wondering if I can install and boot linux directly in Windows? And I was wondering if Windows 10 would be active still, and if I an switch in between the two? I have never worked with Linux or booted it. How can I boot linux in windows without anything but a micro sd card?
you can not boot linux on windows. you can make Bootable USB and use live linux or use virtual machine like VMWare
Use a virtual machine. They allow you to run multiple operating systems at once, and as long as your machine supports virtualization, they work perfectly for the situation you are describing.
My preferred virtualization software include:
VMWare
and
VirtualBox
From there, download and install the Linux .iso file of your choice to be able to open and switch between operating systems at will. Also, make sure to enable virtualization in your BIOS settings.

Getting error: The smart card requires drivers that are not present on this system [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
All,
I am getting an error when trying to login with my smart card to a hyper-v guest:
"The smart card requires drivers that are not present on this system."
Any Ideas?
I am trying to use my smart card on a Hyper-V guest
-Running Windows 8.1
-Microsoft image
-Joined to the domain
-I don't see a smart card reader in device manager, but not sure if I should in Hyper-V Guest
With a host
-Running 8.1
-Not joined to the domain
-With integrated card reader
-With TPM enabled
-The smart card reader appears in device manager and has the latest driver
-The smart card appears in device manager when it is plugged in
-Connected with wired LAN
With a connection (rdp)
-That has smart cards option enabled (checked)
I have tried an external USB card reader and get the same result.
My card works on other machines that are not Hyper-V guests.
I have tried installing the smart card drivers from Lenovo on the guest which does not help.
I have searched ITWEB and binged for a solution but can't find one.
Anyone have any ideas of what I can do to get this to work?
I have got this to work now. Apparently you need a driver for the smart card itself as well and the reader. Installing this driver on my VM Guest Fixed the issue.
What I did:
Go to:
http://catalog.update.microsoft.com/v7/site/Search.aspx?q=ge…
And get:
=Gemalto - Other hardware, Smart Cards - Gemalto IDPrime MD Smart Card
=Windows 7,Windows 8,Windows 8.1 Drivers,Windows Server 2008 R2,Windows Server 2012,Windows Server 2012 R2 Drivers
=Get latest version (8.4.3.0 in my case)
Then
Download the driver from your cart to a directory
Unzip it
Right click on the .inf and click install
Try your card (no reboot necessary for me)

Resources