by antto » Sun Mar 03, 2013 7:22 pm
i compiled c0nb0x on linux (thanks to AbortRetryFail for the linux serial port code)
the only downside is that i couldn't figure a good way to set arbitrary baud rate, so it only works with the standard rates which are defined somewhere in termios.h (it'll work with both stock cpu and cpu mod) and there's no serial port detection like there is on the win32 and osx versions, so you have to manually type the path
i discovered another bug, which doesn't show up on the win32 version.. when the app starts, it shows the fancy ascii logo but it should only show it for about 2 seconds then proceed to the main menu
in the linux version - it doesn't timeout, and the logo freezes there till you hit a key - that's the bug, it's clock() from time.h behaving differently on linux/osx
so i switched to using clock_gettime() and it works properly now
i'll probably change the win32 version to use queryperformancecounter() instead of clock() to avoid future trouble
so it smells like i'll have to do this as "v1.01" and so i'd like some feedback
feature requests.. if any
We are here too: irc.freenode.net >>> #x0xb0x
..:: c0nb0x v1.00 ::.. viewtopic.php?f=7&t=29282 (new control app - win/osx)
VCO Tuning: viewtopic.php?f=12&t=24759 (do it the EASY way)