Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cutecheng

Pages: [1]
1
3D Printers / Re: LaserShark 3DP for windows 7 64bit
« on: May 21, 2014, 09:03:00 AM »
I created a console project in microsoft visual studio with the default setting, then imported "LaserShark.h" and "LaserShark.cpp". A lot of libraries are not supported in windows, for example, "thread", "atomic", "mutex", they need to be removed from the code until the project can be compiled.

Zadig was used for the driver installation, but the trick is windows does not support "WinUSB" well, we can use either "libusb-win32(v1.2.6.0)" or "libusbK".
Zadig: http://zadig.akeo.ie/

The latest "libusb" library can be downloaded here:libusb: http://sourceforge.net/projects/libusb/?source=dlp. Both the static library and dynamic library work well in the Visual Studio environment.

2
3D Printers / Re: LaserShark 3DP for windows 7 64bit
« on: May 20, 2014, 08:09:02 PM »
Hi, Jeff, I finally solved the problem  :D
In Zadig, I should use "libusb-win32(v1.2.6.0)" in stead of the default setting (WinUSB). Now i'm able to communicate properly with the board, thanks for all your help!

3
3D Printers / Re: LaserShark 3DP for windows 7 64bit
« on: May 19, 2014, 11:37:35 PM »
Hi, Jeff, I'm a windows user, i have never used Linux. Following your instruction, I am able to compile the file "LaserShark.cpp". By debugging, i found out the problem is the second interface "devh_data" returns 0. I tried reboot the board, computer, but i still get the same result.

devh_ctl = libusb_open_device_with_vid_pid(NULL, LASERSHARK_VIN, LASERSHARK_PID);
devh_data =libusb_open_device_with_vid_pid(NULL, LASERSHARK_VIN, LASERSHARK_PID);

This is the libusb library i downloaded:
http://sourceforge.net/projects/libusb/?source=dlp

4
3D Printers / Re: LaserShark 3DP for windows 7 64bit
« on: May 19, 2014, 09:38:31 AM »
Thanks, Jeff, I reboot the board and computer, but I still get the same error message, I also installed the driver on a brand new computer running Win7 64, but I still don't have luck. I attached several pictures for your reference. Thanks for further help!

5
3D Printers / Re: LaserShark 3DP for windows 7 64bit
« on: May 18, 2014, 10:09:56 PM »
Hi, Jeff,

I received the board, then i run your program in windows, but I get the error message "Could not connect to LaserShark.", I installed the driver, i can see that in device manager, could you give some hint? Thanks!


Best,
Cutecheng

Pages: [1]