wgipps
Posts: 3
Joined: Fri Oct 04, 2019 12:50 am
Location: Melbourne Australia

desktop scanner - help!!

Tue Oct 08, 2019 11:16 pm

Hi from Australia - 1st time poster.
I really need some help. Im not a tech person or a Pi person or programmer or anything. I have a project I am working on for a primary school to do some admin work for them and save them some time and money. This is my money - its not a business or anything. I really need some help tying it all together to function.

Heres what i have.
-R-Pi 3B+ Win10 IoT Core.
-5" touch screen. The screen works but the touch doesnt work - i dont know how to make it work.
-Cheap ebay desktop scanner connected via USB
-1TB USB connected storage device
-Custom software to run the scanner written in C#. The software has been tested on my laptop and works fine. It hasnt been tested on the Pi.
-The IoT dashboard on my computer
-Teamviewer on my computer

The Pi boots up as normal.

The Pi recognises the scanner and the storage device as soon as they are plugged in - see screenshot.
pi screen.jpg
pi screen.jpg (60.09 KiB) Viewed 2691 times
The software is on my computer but i have also loaded the software into the Pi via the IoT dashboard. see attached.
Untitled.jpg
Untitled.jpg (39.88 KiB) Viewed 2691 times
And here I am stuck.

What do I want?
I would love somebody to drive this thing remotely, unzip the software, install it, help test the software to make sure it works with the hardware and make the touchscreen work.
g.jpg
g.jpg (90.63 KiB) Viewed 2691 times
I am willing to pay a small negotiated amount of money to the person who can help me get this project up and running for me.

Please remember - I dont know any of this stuff or programming at all - so if you need me to 'wget a sudo bash for my PiHat' I am going to have idea what you are talking about.

Thank you.

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: desktop scanner - help!!

Wed Oct 09, 2019 8:46 am

wgipps wrote:
Tue Oct 08, 2019 11:16 pm
Hi from Australia - 1st time poster.
I really need some help. Im not a tech person or a Pi person or programmer or anything. I have a project I am working on for a primary school to do some admin work for them and save them some time and money. This is my money - its not a business or anything. I really need some help tying it all together to function.

Heres what i have.
-R-Pi 3B+ Win10 IoT Core.
-5" touch screen. The screen works but the touch doesnt work - i dont know how to make it work.
-Cheap ebay desktop scanner connected via USB
-1TB USB connected storage device
-Custom software to run the scanner written in C#. The software has been tested on my laptop and works fine. It hasnt been tested on the Pi.
-The IoT dashboard on my computer
-Teamviewer on my computer

The Pi boots up as normal.

The Pi recognises the scanner and the storage device as soon as they are plugged in - see screenshot.pi screen.jpg

The software is on my computer but i have also loaded the software into the Pi via the IoT dashboard. see attached.
Untitled.jpg

And here I am stuck.

What do I want?
I would love somebody to drive this thing remotely, unzip the software, install it, help test the software to make sure it works with the hardware and make the touchscreen work.

g.jpg

I am willing to pay a small negotiated amount of money to the person who can help me get this project up and running for me.

Please remember - I dont know any of this stuff or programming at all - so if you need me to 'wget a sudo bash for my PiHat' I am going to have idea what you are talking about.

Thank you.

First and foremost Windows IoT Core has very little resemblance to Windows 10 Desktop or Server, therefore what works on your Windows 10 Laptop is unlikely to work in Windows 10 IoT Core "out of the box":

https://www.raspberrypi.org/forums/view ... 5&t=115197


Windows 10 IoT is a niche environment and therefore it takes a lot of effort to find support, especially drivers for peripherals:

https://docs.microsoft.com/en-gb/window ... deployment


Though Microsoft do have a Developers Forum:

https://social.msdn.microsoft.com/Forum ... WindowsIoT
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
rpiMike
Posts: 1340
Joined: Fri Aug 10, 2012 12:38 pm
Location: Cumbria, UK

Re: desktop scanner - help!!

Wed Oct 09, 2019 8:55 am

What is the goal of this Pi and scanner? Just to scan documents?

wgipps
Posts: 3
Joined: Fri Oct 04, 2019 12:50 am
Location: Melbourne Australia

Re: desktop scanner - help!!

Wed Oct 09, 2019 9:12 am

Thank you
1 - Yes the scanner will scan documents.
2 - it is a simple C# app - the Pi recognises the hardware out of the box as a basic webcam 2.0. My (very unqualified) suggestion is that it should run as it is very small app.

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: desktop scanner - help!!

Wed Oct 09, 2019 9:24 am

wgipps wrote:
Wed Oct 09, 2019 9:12 am
Thank you
1 - Yes the scanner will scan documents.
2 - it is a simple C# app - the Pi recognises the hardware out of the box as a basic webcam 2.0. My (very unqualified) suggestion is that it should run as it is very small app.

Recognising a device is plugged in does not equate to whatever software your using can actually communicate.....

...above is just shows in your picture a USB 2.0 WebCam is plugged in but no manufacturer or device ID.
Last edited by fruitoftheloom on Wed Oct 09, 2019 9:28 am, edited 1 time in total.
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
rpiMike
Posts: 1340
Joined: Fri Aug 10, 2012 12:38 pm
Location: Cumbria, UK

Re: desktop scanner - help!!

Wed Oct 09, 2019 9:28 am

I would ditch Win10 IoT and try Raspbian and SANE

https://www.raspberrypi.org/forums/view ... p?t=205504

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: desktop scanner - help!!

Wed Oct 09, 2019 9:30 am

rpiMike wrote:
Wed Oct 09, 2019 9:28 am
I would ditch Win10 IoT and try Raspbian and SANE

https://www.raspberrypi.org/forums/view ... p?t=205504

+1
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

wgipps
Posts: 3
Joined: Fri Oct 04, 2019 12:50 am
Location: Melbourne Australia

Re: desktop scanner - help!!

Wed Oct 09, 2019 9:50 am

ok - thank you for your input.

I had all sorts of problems getting Win10 onto it in the 1st place - ive never used these things before.

Can i ask please - the guy who wrote the software for me says this - "I can program for Linux on the same C#. C# - cross-platform language'
Raspian is Linux - correct?

The scanner is a Aibecy L1000 - its basically a rebranded something - god knows what. But it says it works on windows systems (apple or linux not listed). Will Linux/Pi recognise it at all if i plug it in?

User avatar
B.Goode
Posts: 10191
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: desktop scanner - help!!

Wed Oct 09, 2019 10:22 am

wgipps wrote:
Wed Oct 09, 2019 9:50 am
ok - thank you for your input.

I had all sorts of problems getting Win10 onto it in the 1st place - ive never used these things before.

Can i ask please - the guy who wrote the software for me says this - "I can program for Linux on the same C#. C# - cross-platform language'
Raspian is Linux - correct?

The scanner is a Aibecy L1000 - its basically a rebranded something - god knows what. But it says it works on windows systems (apple or linux not listed). Will Linux/Pi recognise it at all if i plug it in?




Can i ask please - the guy who wrote the software for me says this - "I can program for Linux on the same C#. C# - cross-platform language'
Raspian is Linux - correct?

If the developer is confident he can do it, accept his offer... But make sure you negotiate an acceptable price for a proven working solution.


The Raspberry Pi recommended and supported Raspbian Operating System is a re-implementation of the Debian distribution of the Linux Operating System. The difference is that Raspbian has had to be rebuilt to take advantage of the arm CPU around which all Raspberry Pi boards are constructed.

So yes, Raspbian is a version of Linux. But not everything written for 'linux' is necessarily compatible with Raspbian on an RPi board.


The scanner is a Aibecy L1000 - its basically a rebranded something - god knows what. But it says it works on windows systems (apple or linux not listed). Will Linux/Pi recognise it at all if i plug it in?

You are the one with the scanner - you are the one best placed to answer the question. There is some troubleshooting advice from Raspberry Pi towards the end of this documentation - https://www.raspberrypi.org/documentati ... /README.md

User avatar
DougieLawson
Posts: 38883
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: desktop scanner - help!!

Wed Oct 09, 2019 6:21 pm

wgipps wrote:
Wed Oct 09, 2019 9:12 am
Thank you
1 - Yes the scanner will scan documents.
2 - it is a simple C# app - the Pi recognises the hardware out of the box as a basic webcam 2.0. My (very unqualified) suggestion is that it should run as it is very small app.
For that get plain Raspbian 2019-09-26, CUPS and SANE.

I used that to resurrect an old HP6840 printer as a cloud printer and a 2005 LIDE scanner that was unsupported by Microsoft Win8 and later but worked with SANE.

Microsoft's Raspberry IoT stuff appears to be a project that they have abandoned after the RPi3B support was completed.

C# is loosely supported by Mono. The essence of that being loosely. It was missing core pieces last time I looked at it.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Return to “Windows 10 for IoT”