Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Using serial ports in Linux (rebol/core 2.5.6)

From: petr:krenzelok:trz:cz at: 7-Jan-2004 16:23

Gabriele Santilli wrote:
>Hi Petr, > >On Wednesday, January 7, 2004, 3:28:05 PM, you wrote: > >PK> I asked several times, but did not get any reply as maybe ppl don't use >PK> rebol serial port heavily. The problem is, that once I send more than >PK> two bytes into device, it will not accept it or the result is completly >PK> screwed. > >On what platform? I never had any problems with the serial port on >Windows. >
On windows - maybe there was problem with external device then - we run it in debug mode and simply rebol ignored how logical states were put onto wires. PC did not wait untill device handles incoming data. I don't remember if we tried rtc/cts or other settings, but simply sending longer string one char at a time solved situation for us, so we did not investigate further back at that time ... -pekr-