Post Reply 
Using Arduino Uno as a USB-TTL serial link to Casio FX-850P ?
03-07-2023, 03:56 PM
Post: #16
RE: Using Arduino Uno as a USB-TTL serial link to Casio FX-850P ?
(02-07-2023 08:07 AM)georgestheking Wrote:  Hi,

What is the comand for the CASIO ?

Best reards

Georges

The manual says on page 86:
OPEN "COM0:6,N,8,1,N,N,N,N,N" AS #1
Thats max. speed (6=4800 baud), no parity, 8 Bit, 1 Stopbit and the rest "N".

Send data with PRINT #1, data
Receive data with INPUT #1, data

Best, rallerix
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Using Arduino Uno as a USB-TTL serial link to Casio FX-850P ? - rallerix - 03-07-2023 03:56 PM



User(s) browsing this thread: 1 Guest(s)