After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 501223 - Release MacOSX version
Release MacOSX version
Status: RESOLVED FIXED
Product: chronojump
Classification: Other
Component: chronojump
unspecified
Other Mac OS
: Normal enhancement
: ---
Assigned To: Xavier de Blas
Xavier de Blas
Depends on:
Blocks:
 
 
Reported: 2007-12-03 11:40 UTC by Xavier de Blas
Modified: 2015-06-16 12:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier de Blas 2007-12-03 11:40:04 UTC
Do a MacOSX version, Mono seems to run fine there

http://tirania.org/blog/archive/2007/Dec-02-2.html
Comment 1 Xavier de Blas 2008-05-04 23:15:00 UTC
Progress:

1.- downloaded mono for mac (needs X?)
http://www.go-mono.com/mono-downloads/download.html

Gtk#, MonoDevelop, and System.Windows.Forms applications require X11. Installing on a machine without X11 installed will result in errors during install, and these components will not function correctly.

http://www.mono-project.com/Mono:OSX



2.- downloaded driver (intel), restart
http://www.ftdichip.com/Drivers/VCP.htm

3.- port: when chronopic3 it's connected, it creates /dev/tty.usbserial-.... (complet name is always the same i the same computer)

4.- downloaded zterm, don't know how to use, the screen:

http://www.macosxhints.com/article.php?story=20061109133825654

exit is ctrl-a k

execute with

screen /dev/tty.usbserial-.... 38400 (or 9600 or...)

zterm works with 38400 N81

5.- playing with chronojump_mini, console.write and changing timeouts

do with 9600 bauds:
http://www.gnome.org/projects/chronojump/articles/chronojump_sistema_de_medida_congreso_gpul.pdf
http://www.iearobotics.com/personal/juan/proyectos/chronopic/1.0/

parity? Ricardo says: 8N1 (no parity)

we get data with screen and zerm when chronopic3 test button is clicked, but we cannot translate it yet. Try to do it with C examples for Mac:

6.- play with a compile C examples: chronopic-tests for Mac

http://www.eecs.berkeley.edu/~mseeman/resources/macmicro.html
http://www.google.com/search?q=gcc+macOSX+serial+port&btnG=Cerca&hl=ca&client=firefox-a&rls=com.ubuntu%3Aca%3Aofficial&hs=1v0
http://www.uow.edu.au/~phillip/MacInOut/serial.html
http://www.arduino.cc/es/Ejercicios/PuertoSerie
http://lists.apple.com/archives/Java-dev/2006/Mar/msg00132.html


Comment 2 Xavier de Blas 2008-05-17 20:06:50 UTC
It seems there are problems with the mono serial port implementation on OSX. See this emails:

http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027929.html
http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027932.html
http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027934.html

Just wait when this code is published
Comment 3 Xavier de Blas 2009-01-08 17:34:38 UTC
Activity started again by this user email:
http://mail.gnome.org/archives/chronojump-list/2009-January/msg00002.html

Seen this bug:
https://bugzilla.novell.com/show_bug.cgi?id=384227

written again to mono devel list and shawn:
http://lists.ximian.com/pipermail/mono-devel-list/2009-January/030420.html

waiting answer...