Hi all,
I try to port a huge application from PharLap to Linux RT. I managed to deploy the application, but now, i have the error -1073807343 : (Hex 0xBFFF0011) Insufficient location information or the device or resource is not present in the system when i call the VISA Find Resource function.
At first i wanted to check the VISA driver installed on the Linux RT target. The problem is i cant get the list of software installed through MAX. I defined the variable
export https_proxy="https://USER:PASSWORD@PROXY_SERVER:PORT"
export http_proxy="http://PROXY_SERVER:PORT"
and i tried to download the package using opkg.
but i get an error: connection reset by peer !
So my questions :
1) How can i get the list of software installed on the RT target ?
2) I think i have to activate the VISA server, before that was done through MAX in the software ....how can we do that now ?
3) any other idea about the error -1073807343 ?
Thanks for your help !