Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

communication problem #1

Open
gabriellnuness opened this issue Mar 15, 2023 · 0 comments
Open

communication problem #1

gabriellnuness opened this issue Mar 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@gabriellnuness
Copy link
Member

gabriellnuness commented Mar 15, 2023

The ESP301 has 3 communication methods local, remote, and program.
The remote is currently working with USB cable and Newport windows driver.
It started working with RS232 after untracked actions.
GPIB is still working whenever the dark forces want it to work, no solution so far. After some commands it just stops working. However, with a linux operating system the GPIB works perfectly fine. Why???

However, send multiple commands in the remote mode as a file import results in an error, probably an overflow of the 512 bytes allowed to the command buffer. A file with multiple commands and final size of 489 Bytes runs as many times as you want without any error. A file with final size of 525 Bytes throws an error in the first runs and the commands are not executed till the end.

An alternative would be to compile the commands into a program and save in the internal memory that allows 64 KB.
The command EP to enter the programming mode and QP to quit the programming mode. Checkout the script made with Julia to generate a routine.

@gabriellnuness gabriellnuness added the bug Something isn't working label Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant