
|
INFO - FAQ - CC2-Forum - CCPro-Forum |
|
||
|
Hello H.J. > How much buffer-space does the C-Control I v2.02 have for receiving data over the rs232 port at 4800 bps?? > My controller needs to be able to receive up to 82 bytes of data at 4800 bps and save the data in a I2C ram. > This is to be able to connect a GPS receiver to the C-Control. > Thanks for any answers. well, the buffer size is always 8 Byte and not depending on the baud rate. As far as I could see, ~ 13 up to 14 bytes can be received continuosly without drops @ 48000 bps. To solve the Problem it needs to write the data in an array. That can be done with the version 2.03 using basic++ and its pointer routines. Best regards Henrik Meine Homepage: http://www.henrik-reimers.de/control/ |
| Antwort schreiben |