> i have a program that reads an writes from a USB device.
> with windows i use a ftdi driver to create a virtual com port that i'm
> accessing. This works. Now im going to port this program to linux. The
> device is recognized as /dev/ttyUSB0. Synaser in its code uses
> /dev/ttyS but this is not working for me.

I am little confused. Synaser code is designed for any device name! 
ttyS is used just for translate windows "COMx" names into linux 
names. So, call Connect with any linux devicename does not work? If 
not, then it is a bug.

> So i have changed the synaser code to access /dev/ttyUSB but when i try
> to access this device it crashes. 

What crashed, where it crashed? How it crashed?

> So, for further debugging, i'm using synaser40 the official release
> (?) Should i use the latest trunk 192 ore should i stay with the 40?
> The program is "productive" several users use the program with windows
> that means its not "experimental".

Use version from the SVN. Release 40 is very old, and I rather 
updating SVN, where you can find most actual sources.


-- 
Lukas Gebauer.

http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib.
http://geoget.ararat.cz/ - Geocaching solution


------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to