
|
INFO - FAQ - CC2-Forum - CCPro-Forum |
|
||
|
Hello, > I'm using CControl I MUnit 2.03... I have tried to create a string but it is not supported, I suppose you meant CControl 2. no i ment the C-Control M Unit 2.03 (be sure you use 2.03 not 2.02 or 2.01!). Try this code example in BASIC++: define mybytes as string * 24 ' 24 bytes (23 bytes data + termination byte) mybytes = readserial(13) ' read vom rs232 until ASC(13) lcd.init lcd.print mybytes lcd.off Greetings, Stefan Meine Homepage: http://www.fdos.de |
| Antwort schreiben |