PROBLEM SOLVED
Search found 9 matches
- 18 Oct 2016 22:06
- Forum: Z-Uno
- Topic: RESOLVED Z-uno doesn't appear in serial ports
- Replies: 17
- Views: 20448
Re: RESOLVED Z-uno doesn't appear in serial ports
Michael, thanks a lot
!
PROBLEM SOLVED
PROBLEM SOLVED
- 18 Oct 2016 21:43
- Forum: Z-Uno
- Topic: RESOLVED Z-uno doesn't appear in serial ports
- Replies: 17
- Views: 20448
Re: RESOLVED Z-uno doesn't appear in serial ports
I also de-installed and re-installed the windows UZB driver as provided by z-uno project using the 'hdwwiz' command line tool in windows. When re-installed I get the message that the device might not be working properly because of a code 10 "Device does not start"
- 18 Oct 2016 21:37
- Forum: Z-Uno
- Topic: RESOLVED Z-uno doesn't appear in serial ports
- Replies: 17
- Views: 20448
Re: RESOLVED Z-uno doesn't appear in serial ports
Yes, that is what I mean. Initially I had a COM device called UZB on COM21 that I selected to upload my first sketch to. Now, after 1 successful upload of the example sketch 'SimpleDimmer', this UZB device on COM21 is not available anymore, also not after multiple attempts to put the z-uno in rescue...
- 18 Oct 2016 20:09
- Forum: Z-Uno
- Topic: RESOLVED Z-uno doesn't appear in serial ports
- Replies: 17
- Views: 20448
Re: RESOLVED Z-uno doesn't appear in serial ports
I re-compiled and tried to upload "SimpleDimmer" example resulting in error. Here is the content of log file "uCxx-2016-10-18": DEBUG [2016-10-18 19:02:21,806] Starting on Windows. ARGS:C:\Users\Gast\AppData\Roaming\ARDUIN~1\packages\Z-Uno\tools\ZUNO_T~1\0008~1.10\ZUNO_T~1\compil...
- 18 Oct 2016 02:04
- Forum: Z-Uno
- Topic: RESOLVED Z-uno doesn't appear in serial ports
- Replies: 17
- Views: 20448
Re: RESOLVED Z-uno doesn't appear in serial ports
Additional info: I am running windows 7. I installed the windows z-uno usb driver. I downloaded the sketch 'simple dimmer' example (which still works by the way) and since then the z-uno is not recognized anymore by my pc in any way, also not after putting in rescue mode. I tried several usb ports, ...
- 18 Oct 2016 01:20
- Forum: Z-Uno
- Topic: Compilererror if project name contain a dot
- Replies: 4
- Views: 6227
Re: Compilererror if project name contain a dot
Not sure if it is the dot or the space in the file path. Space also seems to be an issue I read in this forum. ..
- 18 Oct 2016 00:28
- Forum: Z-Uno
- Topic: RESOLVED Z-uno doesn't appear in serial ports
- Replies: 17
- Views: 20448
Re: RESOLVED Z-uno doesn't appear in serial ports
Below the content of the arduino message box when trying to upload sketch. As mentioned, it will try to do so via COM1 (which is the only option I can choose from). My computer does not recognize the device when plugged in the USB port, also not after putting z-uno in rescue mode. C:\Users\Gast\AppD...
- 18 Oct 2016 00:00
- Forum: Z-Uno
- Topic: RESOLVED Z-uno doesn't appear in serial ports
- Replies: 17
- Views: 20448
Re: RESOLVED Z-uno doesn't appear in serial ports
The rescue mode did not solve this issue for me. Rescue mode did indeed stop running sketch code but still no valid com port in arduino available. Well actually I get COM1 but when trying to upload I get a message that either the com port is not valid or board not present.
- 17 Oct 2016 23:53
- Forum: Z-Uno
- Topic: Compilererror if project name contain a dot
- Replies: 4
- Views: 6227
Re: Compilererror if project name contain a dot
I have a similar issue probably with same root cause. This is definitely not an arduino issue since I only got this problem after z-uno install. I get compiler error because it cannot handle a path name containing a dot ".". In my case my user name is "C. Battistella" which is pa...